mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
vx600: 78C11 needs another vector
This commit is contained in:
parent
a79e060c73
commit
8571bab3b5
@ -76,6 +76,9 @@ ROM_START(vx600)
|
||||
ROM_FILL(0x0000, 1, 0x54) // dummy reset vector
|
||||
ROM_FILL(0x0001, 1, 0x00)
|
||||
ROM_FILL(0x0002, 1, 0x40)
|
||||
ROM_FILL(0x0018, 1, 0x54) // dummy interrupt vector
|
||||
ROM_FILL(0x0019, 1, 0x18)
|
||||
ROM_FILL(0x001a, 1, 0x40)
|
||||
ROM_FILL(0x0090, 1, 0xca) // dummy CALT vectors
|
||||
ROM_FILL(0x0091, 1, 0x41)
|
||||
ROM_FILL(0x0092, 1, 0xca)
|
||||
|
Loading…
Reference in New Issue
Block a user