Einzelnen Beitrag anzeigen
  #5686  
Alt 05.12.2023, 21:21
hap hap ist offline
Resurrection
 
Registriert seit: 27.07.2019
Beiträge: 598
Abgegebene Danke: 221
Erhielt 2.292 Danke für 414 Beiträge
Aktivitäten Langlebigkeit
1/20 6/20
Heute Beiträge
0/3 ssssss598
Re: Mess Emulator für diverse Schachcomputer ist fertig!

Yes I'm sure, I had a WIP driver that had major problems, until I did those bugfixes to the CPU emulation.

You can still try.
The DDR4 problem can be worked around with if you do something like this in the driver machine_reset:
m_maincpu->space(AS_PROGRAM).write_byte(0x05, 0xff);

And the illegal opcode fixes, the ones I linked should be easy to copy over to an older MAME.
Mit Zitat antworten
Folgende 2 Benutzer sagen Danke zu hap für den nützlichen Beitrag:
fhub (05.12.2023), kamoj (05.12.2023)