Einzelnen Beitrag anzeigen
  #4790  
Alt 24.11.2021, 17:35
fhub fhub ist offline
Lebende Foren Legende
 
Registriert seit: 19.04.2010
Beiträge: 2.892
Abgegebene Danke: 582
Erhielt 7.050 Danke für 1.592 Beiträge
Aktivitäten Langlebigkeit
8/20 15/20
Heute Beiträge
2/3 sssss2892
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