mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
a7800.c - XM/XBoard POKEY support. 'Bentley Bear - Crystal Quest' & 'Donkey Kong XM' now work, while maintaining support for original library titles, Commando and Ballblazer. [Robert Tuccitto]
This commit is contained in:
parent
75097f3f2d
commit
62b5a45652
@ -136,7 +136,7 @@ void a7800_state::machine_reset()
|
||||
/* pokey cartridge */
|
||||
if (m_cart_type & 0x01)
|
||||
{
|
||||
space.install_readwrite_handler(0x4000, 0x7FFF, read8_delegate(FUNC(pokey_device::read),(pokey_device*)m_pokey), write8_delegate(FUNC(pokey_device::write),(pokey_device*)m_pokey));
|
||||
space.install_readwrite_handler(0x0450, 0x045F, read8_delegate(FUNC(pokey_device::read),(pokey_device*)m_pokey), write8_delegate(FUNC(pokey_device::write),(pokey_device*)m_pokey));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user