summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/tasman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tasman.cpp')
-rw-r--r--src/mame/drivers/tasman.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/tasman.cpp b/src/mame/drivers/tasman.cpp
index d8c9eac7839..c2ad4663d43 100644
--- a/src/mame/drivers/tasman.cpp
+++ b/src/mame/drivers/tasman.cpp
@@ -186,13 +186,13 @@ WRITE8_MEMBER(kongambl_state::eeprom_w)
READ32_MEMBER(kongambl_state::test_r)
{
- return -1;//space.machine().rand();
+ return -1;//machine().rand();
}
/*
READ32_MEMBER(kongambl_state::rng_r)
{
- return space.machine().rand();
+ return machine().rand();
}
*/