
Zitat von
hap
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?