summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gigatron.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gigatron.cpp')
-rw-r--r--src/mame/drivers/gigatron.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gigatron.cpp b/src/mame/drivers/gigatron.cpp
index 66780228ec3..19b5cd459bc 100644
--- a/src/mame/drivers/gigatron.cpp
+++ b/src/mame/drivers/gigatron.cpp
@@ -38,7 +38,7 @@ private:
void prog_map(address_map &map);
void data_map(address_map &map);
-
+
DECLARE_READ8_MEMBER(gigatron_random)
{
return machine().rand() & 0xff;