summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/goldngam.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/goldngam.c')
-rw-r--r--src/mame/drivers/goldngam.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/drivers/goldngam.c b/src/mame/drivers/goldngam.c
index 3816360e29e..4e5ab7d8bcd 100644
--- a/src/mame/drivers/goldngam.c
+++ b/src/mame/drivers/goldngam.c
@@ -258,12 +258,10 @@ public:
void goldngam_state::video_start()
{
-
}
UINT32 goldngam_state::screen_update_goldngam(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
-
int x, y;
// ERROR: This cast is NOT endian-safe without the use of BYTE/WORD/DWORD_XOR_* macros!
@@ -285,7 +283,6 @@ UINT32 goldngam_state::screen_update_goldngam(screen_device &screen, bitmap_ind1
void goldngam_state::palette_init()
{
-
}