Robotrontechnik-Forum

Registrieren || Einloggen || Hilfe/FAQ || Suche || Mitglieder || Home || Statistik || Kalender || Admins Willkommen Gast! RSS

Robotrontechnik-Forum » Technische Diskussionen » DDR machines ROM dumps » Themenansicht

Autor Thread - Seiten: -1-
000
12.05.2009, 20:20 Uhr
Micko



Hi all,

I am a developer on MESS project, and right now I am gathering ROMs for various machines, so far is good but will need help over some like :
- A5110
- A5120
- A5130
- A5310
- A7100
- A7150 / CM1910
- Mansfeld MPC1, MPC2, MPC3 and MPC4
- PRG600, PRG700, PRG710, PRG720
- MIC80
- MC80.3x
- K8927
- K8924

also terminals from K891x series

Idea is to at least try to preserve these computers and spread info about them. I hope other developers (such as Jens with his jkcemu) would apritiate this.

My previous work could be seen at : http://micko-wip.blogspot.com/

As I told aready right now I am in gathering phase and creating "skeletons" of emulators and during time idea is to improve them. All suggestions are welcomed.

Thanks in advance to all,
Micko
Seitenanfang Seitenende
Profil || Private Nachricht || Suche Zitatantwort || Editieren || Löschen
001
14.05.2009, 01:11 Uhr
danielk

Avatar von danielk

Ich nehme mir mal die Freiheit Mickos Beitrag zu übersetzen, da bis jetzt niemand geantwortet hat. Vielleicht hilft das ja ein bisschen.


Zitat:
Ich bin als Entwickler am MESS-Projekt [1] beteiligt. Im Moment bin ich dabei, ROM-Abbilder für allerlei Geräte aufzutreiben. Das läuft soweit ganz gut, aber für folgende [Geräte] werde ich Hilfe brauchen:
- A5110
- A5120
- A5130
- A5310
- A7100
- A7150 / CM1910
- Mansfeld MPC1, MPC2, MPC3 and MPC4
- PRG600, PRG700, PRG710, PRG720
- MIC80
- MC80.3x
- K8927
- K8924
sowie die Terminals der K891x-Serie.

Ich habe die Absicht zumindest zu versuchen, diese Computer zu erhalten, und Informationen über sie zu verbreiten. Ich hoffe, dass andere Entwickler (wie Jens mit seinem jkcemu) dies begrüßen.

Meine bisherige Arbeit kann man hier sehen: http://micko-wip.blogspot.com/

Wie ich bereits sagte, bin ich derzeit in der Beschaffungsphase und dabei, die Grundgerüste der Emulatoren zu erstellen, die dann im Laufe der Zeit vervollständigt werden sollen. Hinweise jeglicher Art sind willkommen.

A.d.Ü.:

[1] MESS steht für "Multiple Emulator Super System" und ist sozusagen ein Emulator für alles. Der Quellcode ist frei verfügbar, allerdings mit der Einschränkung, dass für die Weitergabe kein Geld verlangt werden darf und kommerzielle Nutzung nicht erlaubt ist.

Dieser Beitrag wurde am 14.05.2009 um 01:31 Uhr von danielk editiert.
Seitenanfang Seitenende
Profil || Private Nachricht || Suche Zitatantwort || Editieren || Löschen
002
14.05.2009, 09:26 Uhr
Rüdiger
Administrator


Dass er damit den A7150 mit seinen 3 Prozessorsystemen nachempfinden kann, bezweifle ich.
--
Kernel panic: Out of swap space.
Seitenanfang Seitenende
Profil || Private Nachricht || Suche Zitatantwort || Editieren || Löschen
003
14.05.2009, 10:00 Uhr
Micko



Synchonisation of two or more processors is hard but possible to implement.
Note that we are using same core code as MAME, which have support for some multiprocessor arcades.

In German, using online translator:

Synchonisation von zwei oder mehr Prozessoren ist schwer, aber möglich zu implementieren.

Beachten Sie, dass wir mit gleichen Kern-Code, wie MAME, die Unterstützung für einige Multiprozessor-Arkaden.
Seitenanfang Seitenende
Profil || Private Nachricht || Suche Zitatantwort || Editieren || Löschen
004
14.05.2009, 10:08 Uhr
tp




Zitat:
Rüdiger schrieb
Dass er damit den A7150 mit seinen 3 Prozessorsystemen nachempfinden kann, bezweifle ich.

Die Anzahl der Prozessoren ist sicher nicht problematisch. Das größte Problem ist eigentlich immer die Verfügbarkeit von Dokumentation, speziell Schaltplan und Doku für Spezialchips usw. Das bedeutet natürlich nicht, dass es damit ganz leicht wäre. Aber ein grundsätzliches Problem sehe ich da nicht.
--
Die Zeit ist auch nicht mehr, was sie mal war! (Albert Einstein)
Seitenanfang Seitenende
Profil || Private Nachricht || Suche Zitatantwort || Editieren || Löschen
005
14.05.2009, 17:19 Uhr
jmueller



@Rüdiger:

> Dass er damit den A7150 mit seinen 3 Prozessorsystemen nachempfinden kann,
> bezweifle ich.
Typisch deutsch, erstmal alles pessimistisch sehen.
Wenn nicht wir hier in diesem Forum,
wer soll ihn denn dann unterstützen und Mut machen bzgl. Robotron-Rechnern?


@Micko:
You have a great idea!

May be a lot of documents and software of these machines is no more available.
But I hope the people here supports your work as much as possible.

The computers of your list are bussiness machines only.
In the 80s I was too young (I went to scool), so I am not involved in these machines.
That's why I can not really help you.
Because that and because my very limited spare time
currently there are no plans to extend JKCEMU to these business machines.
Nevertheless I really appreciate your work!

Jens
Seitenanfang Seitenende
Profil || Private Nachricht || Suche Zitatantwort || Editieren || Löschen
006
14.05.2009, 18:31 Uhr
MKN



Hi Micko,

good luck with your emulation adventure!
Mame, or Mess are perfectly able to model those systems. However, since Mess releases are always behind the latest MAME, some things might have problems.

For me, while modeling the P8000 - a 16bit Z8001 UNIX system from EAW Berlin, one major issue was the MAME Z80 daisy chain interrupt logic, which was basically broken. Also, if any of the systems use a Z8001, Mame/Mess has only a Z8002. I've modelled the Z8001 for Mame/Mess and the Z8010 MMU.

I'd be glad if my changes to Mame would be merged into the Mame/Mess source tree. Some of the changes however might be P8000 specific.

You can find the P8000 emulator and source code in http://www.knothusa.net
I'm lazy thesedays, but just a few keystrokes short for a final release.

Regads,
Matt
Seitenanfang Seitenende
Profil || Private Nachricht || Suche Zitatantwort || Editieren || Löschen
007
14.05.2009, 20:58 Uhr
Micko



jmuller :

Thanks for support, I have already made some progress on emulation of few machines, will share it with others soon. My time is very limited also, but giving my best.

MKN:

It is not a problem to put your code in MESS core (credits will go to you), will try to do that soon, but probably it will take some changes specialy if you have done changes on core, then it takes time for MAME team to approve changes too, and confirm it doesn't make trouble to other "drivers" (arcade machines).
Seitenanfang Seitenende
Profil || Private Nachricht || Suche Zitatantwort || Editieren || Löschen
008
15.05.2009, 19:17 Uhr
karsten
Default Group and Edit
Avatar von karsten

Hallo an ALLE

Kann jemand Micko den Inhalt des Zeichen-ROM U402 zu Verfügung stellen?
Der ist u.a in den MC80 20ern verbaut. Dort mit der Kennzeichnung 510.
Ich denke das ist der Code für den Zeichensatz.
Selbst habe ich keine Unterlagen zum Bitmuster des IC und der ist auch eingelötet.

Karsten
--
1. Grundgesetz der Messtechnik? Wer misst misst Mist!
(fast) alle DDR-Schaltkreise und viele Transistoren
Elektronikarchäologie, MC80, K1520
Seitenanfang Seitenende
Profil || Private Nachricht || Suche Zitatantwort || Editieren || Löschen
009
15.05.2009, 21:05 Uhr
Micko



Thanks for info about exact chip name.

Found dump at :
http://www.ac1-info.de/ac1_berlin/rom_berlin.htm
Seitenanfang Seitenende
Profil || Private Nachricht || Suche Zitatantwort || Editieren || Löschen
010
15.05.2009, 21:23 Uhr
karsten
Default Group and Edit
Avatar von karsten

@ Micko

Attention
You found mask 513
On the DPL-platine in the MC80.2x is mask 510.

Karsten
--
1. Grundgesetz der Messtechnik? Wer misst misst Mist!
(fast) alle DDR-Schaltkreise und viele Transistoren
Elektronikarchäologie, MC80, K1520
Seitenanfang Seitenende
Profil || Private Nachricht || Suche Zitatantwort || Editieren || Löschen
011
16.05.2009, 11:33 Uhr
Micko



Thanks to Marko and Klaus we now have MC80.2x and MC80.3x booting.





Will update you when more things start to work.
Seitenanfang Seitenende
Profil || Private Nachricht || Suche Zitatantwort || Editieren || Löschen
Seiten: -1-     [ Technische Diskussionen ]  



Robotrontechnik-Forum

powered by ThWboard 3 Beta 2.84-php5
© by Paul Baecher & Felix Gonschorek