summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/interpro.cpp
diff options
context:
space:
mode:
author Patrick Mackinlay <pmackinlay@hotmail.com>2017-09-05 17:45:17 +0700
committer Patrick Mackinlay <pmackinlay@hotmail.com>2017-09-05 17:45:17 +0700
commit8a692c36281c3f2050d2ccb45bea843ef0b3ee77 (patch)
treebd07c251c4d1f560634e3d78fd224356b6a441c2 /src/mame/drivers/interpro.cpp
parent67ddfe302cdc18b356839797d166f7bfda4ce2af (diff)
clipper: interrupt handling fixes
* improve interrupt vector handling * fix C300 interrupt entry and stack frame * fix pushw where source register is same as stack register * switch to logmacro.h logging
Diffstat (limited to 'src/mame/drivers/interpro.cpp')
-rw-r--r--src/mame/drivers/interpro.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/interpro.cpp b/src/mame/drivers/interpro.cpp
index e3b8bd6c266..849d0a7d07e 100644
--- a/src/mame/drivers/interpro.cpp
+++ b/src/mame/drivers/interpro.cpp
@@ -415,7 +415,7 @@ static MACHINE_CONFIG_START(ip2800)
MCFG_DEVICE_ADDRESS_MAP(0, interpro_main_map)
MCFG_DEVICE_ADDRESS_MAP(1, interpro_io_map)
MCFG_DEVICE_ADDRESS_MAP(2, interpro_boot_map)
- MCFG_CAMMU_SSW_CB(DEVREAD32(INTERPRO_CPU_TAG, clipper_device, ssw))
+ MCFG_CAMMU_SSW_CB(DEVREAD32(INTERPRO_CPU_TAG, clipper_device, get_ssw))
MCFG_RAM_ADD(RAM_TAG)
MCFG_RAM_DEFAULT_SIZE("16M")