nedoPC.org

Electronics hobbyists community established in 2002
Atom Feed | View unanswered posts | View active topics It is currently 08 May 2024 03:16



Reply to topic  [ 33 posts ]  Go to page Previous  1, 2, 3  Next
MESS эмулирует советские компьютеры 
Author Message
Novelist

Joined: 26 Mar 2008 23:21
Posts: 40
Location: Serbia
Reply with quote
Post 
Please take a look, idea is to support as much as possible ROMs.

Meanwhile I will work on Erik, I have already booted machine, and have video out work. Need to map ports now.


28 Mar 2008 04:48
Profile
God
User avatar

Joined: 03 Feb 2003 13:53
Posts: 1078
Reply with quote
Post 
micko wrote:
Please take a look, idea is to support as much as possible ROMs.

Meanwhile I will work on Erik, I have already booted machine, and have video out work. Need to map ports now.

Eric SUX, it does not even have INT generatos.

_________________
Image
Формат конференции позволяет сказать то что я действительно думаю о проблемах...
(с) Путин


28 Mar 2008 05:02
Profile
Banned
User avatar

Joined: 20 Mar 2005 13:41
Posts: 2141
Location: От туда
Reply with quote
Post 
micko wrote:
Please take a look, idea is to support as much as possible ROMs.

If you use machine translator on my message, it's might be totally incorrect. So, I said this:

Quote:
Hmm... Quite incompatible code. Where is usual jump tables?
But font is still on his own place. Perhaps standard loader (basic routines a still there, i.e. $C037 & $C337), but monitor is fully incompatible.

Well, in the evening at home I'll take a look closer.


28 Mar 2008 05:02
Profile
Novelist

Joined: 26 Mar 2008 23:21
Posts: 40
Location: Serbia
Reply with quote
Post 
@cr0acker

Idea of MESS is to implement emulation of all machine same are realy bad design, have some bugs in ROM, but idea is to support as much as possible.

@HardWareMan

I agree that it is incompatible code since none of games/applications for Specialist works on it. they are all using direct memory access to write on screen, so in this case when video memory start is on different location it just can't work.


28 Mar 2008 05:31
Profile
God
User avatar

Joined: 03 Feb 2003 13:53
Posts: 1078
Reply with quote
Post 
Good machines, must follow firstly and bad lastly^)

_________________
Image
Формат конференции позволяет сказать то что я действительно думаю о проблемах...
(с) Путин


28 Mar 2008 06:01
Profile
Devil

Joined: 26 May 2003 06:57
Posts: 870
Reply with quote
Post 
Screen offset = 0x8000 --> Screen width = 512?

_________________
Страничка эмулятора наших компьютеров
http://bashkiria-2m.narod.ru/


28 Mar 2008 08:24
Profile WWW
Novelist

Joined: 26 Mar 2008 23:21
Posts: 40
Location: Serbia
Reply with quote
Post 
@b2m

Looks like you are right. Only command that could display something usefull was D (disassebler) .
And it is shown fine in that mode only, if I put 384 data is missing.

So it looks like hi-res modified model.

Thanks for suggestion.


28 Mar 2008 08:59
Profile
Devil

Joined: 06 Oct 2006 03:17
Posts: 859
Location: г.Лянтор,Сургутского р-на,ХМАО
Reply with quote
Post 
Все правильно не нужно использовать в эмуляторе ПЗУ от Эрика (кстати не совместимого со Специалистом МХ). Вот можно взять ПЗУ предложенного HardWareMan'ом:
http://www.nedopc.org/nedopc/upload/Ramfos.rar


29 Mar 2008 00:46
Profile
Novelist

Joined: 26 Mar 2008 23:21
Posts: 40
Location: Serbia
Reply with quote
Post 
I have used Erik.bin from Shaos and using PDF documentation I was able to make it run fine.

@fifan
Can you please explain more where to map this in Erik memory map.
Since if I place ROMDISK.BIN instead of ROM it can't work.

Guess this is placed as extension but my question where and how to make it book.


29 Mar 2008 03:52
Profile
Devil

Joined: 06 Oct 2006 03:17
Posts: 859
Location: г.Лянтор,Сургутского р-на,ХМАО
Reply with quote
Post 
micko wrote:
Can you please explain more where to map this in Erik memory map.
Documentation (on russian):
http://nedopc.org/nedopc/upload/PK_Erik.pdf
Memory and screen map:
http://www.nedopc.org/nedopc/upload/memory.RAR
micko wrote:
Since if I place ROMDISK.BIN instead of ROM it can't work
Erick is don't working clone of Spetsialist. See topic (on russian) for detal:http://www.nedopc.org/forum/viewtopic.php?t=8766&postdays=0&postorder=asc&start=60


29 Mar 2008 04:28
Profile
Novelist

Joined: 26 Mar 2008 23:21
Posts: 40
Location: Serbia
Reply with quote
Post 
@fifan

I have already used that PDF as guide to make driver.
And Eric boots and I get monitor running fine.

My question is: Is Romdisk.bin you have sent me for Erik ?


29 Mar 2008 04:49
Profile
Banned
User avatar

Joined: 20 Mar 2005 13:41
Posts: 2141
Location: От туда
Reply with quote
Post 
micko wrote:
My question is: Is Romdisk.bin you have sent me for Erik ?

I guess not. This ROMDISK.BIN is a image of external ROM disk for NC for Specialist (attached to VV55 - 8255). And this image is NOT BOOTABLE. Here is bootable ROM (and internal ROM disk) for Specialist MX:
http://www.nedopc.org/nedopc/upload/bootableNC.rar


29 Mar 2008 06:34
Profile
Novelist

Joined: 26 Mar 2008 23:21
Posts: 40
Location: Serbia
Reply with quote
Post 
@hardwareman

I have booted NC and it works (used only romdisk image).

Are all programs from it working on real machine?

I have error running ED7000.COM,DISS.COM,ASMHQ.COM and ASSM.COM

If you have other rom disks please upload them.

Thanks


29 Mar 2008 07:30
Profile
Banned
User avatar

Joined: 20 Mar 2005 13:41
Posts: 2141
Location: От туда
Reply with quote
Post 
micko wrote:
@hardwareman
I have booted NC and it works (used only romdisk image).
Are all programs from it working on real machine?

Shure, but not under NC. Some of applications must run under old monitor "MAGIC.COM". You must just load this program and then run MAGIC. Then use standard command "G<ADR>".
micko wrote:
I have error running ED7000.COM,DISS.COM,ASMHQ.COM and ASSM.COM

That is my compilation of ROM disk and I did not have enough time to test it.
micko wrote:
If you have other rom disks please upload them.

Well, I have some separate applications, and original NC boot ROM. Man, who did this NC has died (Could be just hearsay. I heard it from the head of radiotech hobby group I used to attend. That's where I was using the "Specialist"), so no possible get more info and apps for NC. :( But, IMHO, it is the best OS (hm.. not "OS" - it may be called "DOS") fo Specialist MX.


29 Mar 2008 09:31
Profile
Novelist

Joined: 26 Mar 2008 23:21
Posts: 40
Location: Serbia
Reply with quote
Post 
Lot of new things done, images on http://micko-wip.blogspot.com

Bashkiria-2M driver is in progress.


29 Mar 2008 15:24
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 33 posts ]  Go to page Previous  1, 2, 3  Next

Who is online

Users browsing this forum: Google [Bot] and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software.