summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gkigt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gkigt.cpp')
-rw-r--r--src/mame/drivers/gkigt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/gkigt.cpp b/src/mame/drivers/gkigt.cpp
index 8297782b0d6..6de00680436 100644
--- a/src/mame/drivers/gkigt.cpp
+++ b/src/mame/drivers/gkigt.cpp
@@ -109,12 +109,12 @@ public:
DECLARE_READ32_MEMBER(igt_gk_28010008_r)
{
- return rand(); // don't quite understand this one
+ return machine().rand(); // don't quite understand this one
};
DECLARE_READ32_MEMBER(igt_gk_28030000_r)
{
- return rand();
+ return machine().rand();
};
DECLARE_READ32_MEMBER(uart_status_r);