summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/cgc7900.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/cgc7900.cpp')
-rw-r--r--src/mame/video/cgc7900.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/cgc7900.cpp b/src/mame/video/cgc7900.cpp
index c4c9ed7324f..05a06916fd3 100644
--- a/src/mame/video/cgc7900.cpp
+++ b/src/mame/video/cgc7900.cpp
@@ -234,7 +234,7 @@ MACHINE_CONFIG_START(cgc7900_state::cgc7900_video)
MCFG_SCREEN_UPDATE_DRIVER(cgc7900_state, screen_update)
MCFG_SCREEN_SIZE(1024, 768)
MCFG_SCREEN_VISIBLE_AREA(0, 1024-1, 0, 768-1)
- MCFG_SCREEN_VBLANK_CALLBACK(WRITELINE(cgc7900_state, irq<0xc>))
+ MCFG_SCREEN_VBLANK_CALLBACK(WRITELINE(*this, cgc7900_state, irq<0xc>))
MCFG_GFXDECODE_ADD("gfxdecode", "palette", cgc7900)
MCFG_PALETTE_ADD("palette", 8)