summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/tsispch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/tsispch.c')
-rw-r--r--src/mess/drivers/tsispch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/drivers/tsispch.c b/src/mess/drivers/tsispch.c
index fea33b7c5ce..5dd23b3a16c 100644
--- a/src/mess/drivers/tsispch.c
+++ b/src/mess/drivers/tsispch.c
@@ -278,8 +278,8 @@ void tsispch_state::machine_reset()
DRIVER_INIT_MEMBER(tsispch_state,prose2k)
{
- UINT8 *dspsrc = (UINT8 *)(*machine().root_device().memregion("dspprgload"));
- UINT32 *dspprg = (UINT32 *)(*machine().root_device().memregion("dspprg"));
+ UINT8 *dspsrc = (UINT8 *)(*memregion("dspprgload"));
+ UINT32 *dspprg = (UINT32 *)(*memregion("dspprg"));
fprintf(stderr,"driver init\n");
// unpack 24 bit 7720 data into 32 bit space and shuffle it so it can run as 7725 code
// data format as-is in dspsrc: (L = always 0, X = doesn't matter)