summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hotblock.c
diff options
context:
space:
mode:
author Zsolt Vasvari <zsoltvas@mamedev.org>2008-01-25 09:30:43 +0000
committer Zsolt Vasvari <zsoltvas@mamedev.org>2008-01-25 09:30:43 +0000
commit4930b2dbfd341f1619de955570223a24f4d10d30 (patch)
treebd178c33a85f6749e58f839a365449de188ac355 /src/mame/drivers/hotblock.c
parent877b75ad75a758d62b158af6688a88f5f61c8860 (diff)
- Added deprecat.h that contains some deprecated/discouraged contructs (see below)
The idea is to create extra work if a driver wants to use these and hopefully gives an incentive to look for an alternate solution - Added #include of deprecat.h that rely on these contructs - Removed a bunch of unneccassary #include's from these files
Diffstat (limited to 'src/mame/drivers/hotblock.c')
-rw-r--r--src/mame/drivers/hotblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hotblock.c b/src/mame/drivers/hotblock.c
index aceb7ab70bd..a7c77e65ec5 100644
--- a/src/mame/drivers/hotblock.c
+++ b/src/mame/drivers/hotblock.c
@@ -67,7 +67,7 @@ static READ8_HANDLER( hotblock_port4_r )
{
// mame_printf_debug("port4_r\n");
- return 0x00;//return mame_rand(Machine); // WHAT HERE?
+ return 0x00;
}