Einzelnen Beitrag anzeigen
  #5842  
Alt 24.01.2024, 14:17
fhub fhub ist offline
Lebende Foren Legende
 
Registriert seit: 19.04.2010
Beiträge: 2.928
Abgegebene Danke: 599
Erhielt 7.232 Danke für 1.624 Beiträge
Aktivitäten Langlebigkeit
8/20 15/20
Heute Beiträge
0/3 sssss2928
AW: Mess Emulator für diverse Schachcomputer ist fertig!

Hi hap,

the Triomphe is ok in the current MAME, but of course I've also tried to port it back to 0.220.
Since it has the same CPU HD6301V1 and hd6301v1_cpu_device as constjr and enterp, I've used the same main_map, too:
map(0x0000, 0x0014).m(m_maincpu, FUNC(hd6301v1_cpu_device::m6801_io));
map(0x0080, 0x00ff).ram();
map(0xf000, 0xffff).rom();

I've also tried some of the hacks you've recommended for other 6301 devices, but the Triomphe is still not working: it starts, beeps and the green LED at the top right corner is on, but after 2-3 sec there are a few additional beeps and the 4 LEDs for a1 are on - after that nothing works (no reaction when clicking any board square or button).

Is the above main_map wrong or does this device again need any other hack/patch to work in 0.220?
Slowly all these different kinds of 6301 CPUs are making me craczy ...

Regards,
Franz
__________________
Meine Webseite: https://fhub.jimdofree.com/
Mit Zitat antworten
Folgender Benutzer sagt Danke zu fhub für den nützlichen Beitrag:
kamoj (24.01.2024)