mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
mc68340: Fix interrupt vectoring
This commit is contained in:
parent
d1a0632422
commit
4261821fc5
@ -69,7 +69,7 @@ void m68340_cpu_device::update_ipl()
|
|||||||
|
|
||||||
void m68340_cpu_device::internal_vectors_r(address_map &map)
|
void m68340_cpu_device::internal_vectors_r(address_map &map)
|
||||||
{
|
{
|
||||||
map(0xfffff0, 0xffffff).r(FUNC(m68340_cpu_device::int_ack)).umask16(0x00ff);
|
map(0xfffffff0, 0xffffffff).r(FUNC(m68340_cpu_device::int_ack)).umask16(0x00ff);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user