diff --git a/hash/vboy.xml b/hash/vboy.xml
index b8f8fe813e3..d5522c143c6 100644
--- a/hash/vboy.xml
+++ b/hash/vboy.xml
@@ -65,6 +65,7 @@ According to Planet Virtual Boy, the following undumped protos exist
Nintendo
+
@@ -277,6 +278,7 @@ According to Planet Virtual Boy, the following undumped protos exist
Nintendo
+
@@ -324,6 +326,7 @@ According to Planet Virtual Boy, the following undumped protos exist
Pack-In-Video
+
@@ -369,6 +372,7 @@ According to Planet Virtual Boy, the following undumped protos exist
T&E Soft
+
diff --git a/src/mess/drivers/vboy.c b/src/mess/drivers/vboy.c
index 9f16239f506..0bc8260b32a 100644
--- a/src/mess/drivers/vboy.c
+++ b/src/mess/drivers/vboy.c
@@ -8,9 +8,6 @@
and http://www.vr32.de/modules/dokuwiki/doku.php?
TODO:
- - 100us / 20us timers
- - sound
- - per-game NVRAM hook-up (wariolnd, vleague, golf, others?)
- 3dtetris: missing gfxs on gameplay (writes to framebuffer)
- boundh: game is way too fast
- galactic: ball goes out of bounds sometimes?
@@ -24,8 +21,7 @@
- telerobo: hangs after winning first match;
- vlab: doesn't boot (irq issue?)
- wariolnd: brightness gets suddently darker during intro.
- - waterwld: doesn't accept start input at title screen (regression, it used to work);
-
+\
****************************************************************************/
#include "emu.h"