From 8b0cbf68e956f98b32c9eb79fe2b887ea75090cc Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Mon, 2 Jan 2012 01:30:51 +0000 Subject: [PATCH] Some notes --- src/mame/drivers/funkball.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/mame/drivers/funkball.c b/src/mame/drivers/funkball.c index 51a75470205..a86f0842746 100644 --- a/src/mame/drivers/funkball.c +++ b/src/mame/drivers/funkball.c @@ -3,6 +3,13 @@ /*************************************************************************** +Notes: +- You should soft reset at first boot, this is because there's an + uninitialized read at 0x40010e10 that is written to after it (presumably + the port that follows actually trips the reset line) +- Say hi to 0x9fe80-0x9feff debug strings, that clearly states the current + flash state + Funky Ball dgPIX, 1998