summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/vball.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vball.cpp')
-rw-r--r--src/mame/drivers/vball.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/vball.cpp b/src/mame/drivers/vball.cpp
index d2f28fbe89e..bab0303b5eb 100644
--- a/src/mame/drivers/vball.cpp
+++ b/src/mame/drivers/vball.cpp
@@ -20,7 +20,7 @@
Remaining Issues:
-1) IRQ & NMI code is totally guessed, and needs to be solved properly
-Measurements from Guru (someone needs to rewrite INTERRUPT_GEN() in video/vball.cpp):
+Measurements from Guru:
6502 /IRQ = 1.720kHz
6202 /NMI = 58 Hz
VBlank = 58Hz
@@ -117,7 +117,6 @@ public:
m_gfxdecode(*this, "gfxdecode"),
m_screen(*this, "screen"),
m_palette(*this, "palette"),
-
m_attribram(*this, "attribram"),
m_videoram(*this, "videoram"),
m_scrolly_lo(*this, "scrolly_lo"),