Einzelnen Beitrag anzeigen
  #4790  
Alt 24.11.2021, 17:35
fhub fhub ist gerade online
Lebende Foren Legende
 
Registriert seit: 19.04.2010
Beiträge: 2.879
Abgegebene Danke: 578
Erhielt 7.001 Danke für 1.581 Beiträge
Aktivitäten Langlebigkeit
9/20 15/20
Heute Beiträge
1/3 sssss2879
AW: Re: Mess Emulator für diverse Schachcomputer ist fertig!

 Zitat von hap Beitrag anzeigen
Ryan Holtz added SPARClite CPU emulation to MAME.

Und Saitek SPARC modul ist jetzt emuliert.
Great, thanks!

Unfortunatly (as I expected) the new Sparc CPU driver doesn't compile anymore in MAME/MESS 0.220 - here's the (first) error message:
Code:
In file included from f:/mame/src/devices/bus/saitek_osa/sparc.h:16:0,
                 from ../../../../../src/devices/bus/saitek_osa/expansion.cpp:16:
f:/mame/src/devices/cpu/sparc/sparc.h:161:2: error: 'memory_access' does not name a type; did you mean 'memory_array'?
  memory_access<32, 2, 0, ENDIANNESS_BIG>::specific m_asi[0x20];
  ^~~~~~~~~~~~~
  memory_array
Any chance to rewrite this code so that it works in MAME version 0.220?
Mit Zitat antworten