summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2012-08-24 14:15:49 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2012-08-24 14:15:49 +0000
commit7fe7992c722d4e357f17e9977561298f2d0dda0f (patch)
tree4c73d68f5f43779acdf112b0566d274ac1b1da72
parent8b34eaabbd998d716809bf4f66ec14848d9594b7 (diff)
Some NVRAM hooks
-rw-r--r--hash/vboy.xml4
-rw-r--r--src/mess/drivers/vboy.c6
2 files changed, 5 insertions, 5 deletions
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
<publisher>Nintendo</publisher>
<info name="serial" value="VUE-VVGE-USA"/>
<info name="release" value="199511xx"/>
+ <sharedfeat name="eeprom" value="Yes"/>
<part name="cart" interface="vboy_cart">
<dataarea name="rom" size="2097152">
<rom name="golf (usa).bin" size="2097152" crc="2199af41" sha1="23ce3c174789cdd306497d86cb2c4e76ba8b06e5" offset="000000" />
@@ -277,6 +278,7 @@ According to Planet Virtual Boy, the following undumped protos exist
<publisher>Nintendo</publisher>
<info name="serial" value="VUE-VTBJ-JPN, VUE-VTBJ-USA"/>
<info name="release" value="19950721 (JPN), 19950814 (USA)"/>
+ <sharedfeat name="eeprom" value="Yes"/>
<part name="cart" interface="vboy_cart">
<dataarea name="rom" size="2097152">
<rom name="teleroboxer (japan, usa).bin" size="1048576" crc="36103000" sha1="c59e020f9674774c5cbc022317ebba0eb1d744f7" offset="000000" />
@@ -324,6 +326,7 @@ According to Planet Virtual Boy, the following undumped protos exist
<publisher>Pack-In-Video</publisher>
<info name="serial" value="VUE-VVFJ-JPN"/>
<info name="release" value="19951016"/>
+ <sharedfeat name="eeprom" value="Yes"/>
<part name="cart" interface="vboy_cart">
<dataarea name="rom" size="2097152">
<rom name="virtual fishing (japan).bin" size="1048576" crc="526cc969" sha1="583b409b7215159219d08e789db46140062095f2" offset="000000" />
@@ -369,6 +372,7 @@ According to Planet Virtual Boy, the following undumped protos exist
<publisher>T&amp;E Soft</publisher>
<info name="serial" value="VUE-VVGJ-JPN"/>
<info name="release" value="19950811"/>
+ <sharedfeat name="eeprom" value="Yes"/>
<part name="cart" interface="vboy_cart">
<dataarea name="rom" size="2097152">
<rom name="t&amp;e virtual golf (japan).bin" size="2097152" crc="6ba07915" sha1="c595285d42c69f14b2b418c1edfbe4a7f9a624b6" offset="000000" />
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"