|
|||||||||||
AW: Re: Mess Emulator für diverse Schachcomputer ist fertig!
Hi hap,
I'm not sure about your last driver changes wrt. the 'emumem' bug!? You've changed the line m_maincpu->space(AS_PROGRAM).install_ram(0x0800, 0x0fff, 0x1000, m_extram); to the 2 lines m_maincpu->space(AS_PROGRAM).install_ram(0x0800, 0x0fff, 0, m_extram); m_maincpu->space(AS_PROGRAM).install_ram(0x1800, 0x1fff, 0, m_extram); In my MessExtra I'm still using the line m_maincpu->space(AS_PROGRAM).install_ram(0x0800, 0x0fff, 0x1000, nullptr); because 'm_extram' and the necessary 'memory_share_creator' don't work in the old MAME version 0.220. Should I also change my single line (and if yes, then how?), or is this 'emumem' bug not relevant in the old version 0.220? Regards, Franz |
|
|||||||||||
Re: Mess Emulator für diverse Schachcomputer ist fertig!
nullptr would mean it installs another 2KB RAM, instead of the same extram array.
Anyway, first try sargon35, if it doesn't work then 0.220 has the bug too. |
Folgender Benutzer sagt Danke zu hap für den nützlichen Beitrag: | ||
fhub (19.09.2022) |
|
|||||||||||
AW: Re: Mess Emulator für diverse Schachcomputer ist fertig!
Ok, I've now tried both new modules:
sargon35 only works for book moves, when out of book it just stops. gms30 seems to work, only the yellow led (Sargon's Move) blinks quite fast (not sure if it's too fast) So it seems the bug is in 0.220, too. What to do now? |
Folgender Benutzer sagt Danke zu fhub für den nützlichen Beitrag: | ||
kamoj (20.09.2022) |
|
|||||||||||
Re: Mess Emulator für diverse Schachcomputer ist fertig!
Ok, another workaround would be:
map(0x0000, 0x7fff).mirror(0x8000).r(FUNC(arb_state::cartridge _r)); change to: map(0x2000, 0x7fff).mirror(0x8000).r(FUNC(arb_state::cartridge _r)); and in cartridge_r do: offset+=0x2000; |
|
|||||||||||
AW: Re: Mess Emulator für diverse Schachcomputer ist fertig!
Hi 'hap',
1:51 am? It seems you are also a late-night reveller! Yep, your workaround is perfect, all modules are now working perfectly - congratulations and many thanks! (even my old hack of simulating the necessary 'New Game' is still working for the 2 new modules) Regards, Franz |
Folgender Benutzer sagt Danke zu fhub für den nützlichen Beitrag: | ||
kamoj (20.09.2022) |
|
||||||||||||
Re: AW: Re: Mess Emulator für diverse Schachcomputer ist fertig!
Not a night reveller at all!
I have received messages from him at later hours than that... but I don't receive messages when it's sunny. Mmm... do your own guessing and you'll find out who we're dealing with! |
|
|||||||||||
AW: Re: AW: Re: Mess Emulator für diverse Schachcomputer ist fertig!
America? Far East? Or even on the other side of the globe in Australia? BTW, in Spain it's always sunny, isn't it? |
|
||||||||||||
Re: AW: Re: AW: Re: Mess Emulator für diverse Schachcomputer ist fertig!
Right... that his IP is geolocated somewhere in Transylvania must be because he uses a VPN.
|
Folgender Benutzer sagt Danke zu berger für den nützlichen Beitrag: | ||
kamoj (20.09.2022) |
|
|||||||||||
AW: Re: AW: Re: AW: Re: Mess Emulator für diverse Schachcomputer ist fertig!
Or he is a vampire ...
|
|
|
Ähnliche Themen | ||||
Thema | Erstellt von | Forum | Antworten | Letzter Beitrag |
Info: Mephisto Emulator für den Mac fertig | RolandLangfeld | Die ganze Welt der Schachcomputer / World of chess computers | 3 | 09.09.2007 22:56 |