Previous 199869 Revisions Next

r31321 Saturday 19th July, 2014 at 08:47:09 UTC by Robbbert
granny: Boots up, playable, no sound.
[src/mame/drivers]byvid.c

trunk/src/mame/drivers/byvid.c
r31320r31321
1414video, and a Cheep Squeek sound board. The manual incorrectly
1515describes the babypac vidiot board, which is of little use.
1616
17Debug trick to get granny to work:
18>mame granny -debug
19focus 1
20g
21After 10 beeps it will get stuck in a loop, so press enter.
22pc=e1f1
23g
24The game boots up, insert a coin, you can play.
2517
26
2718ToDo (babypac):
28- You can play the video portion but try not to use the lower
29  escape chutes. If you do, alternate between pressing X and
30  right-shift until you are returned to the maze.
3119- No sound
32- Playfield inputs
3320- Mechanical
3421- Artwork
3522- Beeper needs to be replaced by a red LED when artwork is done.
r31320r31321
4027- Mechanical
4128- Artwork
4229- Beeper needs to be replaced by a red LED when artwork is done.
43- Doesn't boot (test of TMS9928 fails).
30- Video CPU type and clock needs verification.
4431- Screen blending needs improvement
4532- No schematic found.
4633
r31320r31321
812799MACHINE_CONFIG_END
813800
814801static MACHINE_CONFIG_DERIVED( granny, babypac )
815   MCFG_CPU_MODIFY( "videocpu" )
802   MCFG_DEVICE_REMOVE("videocpu")
803   MCFG_CPU_ADD("videocpu", M6809E, XTAL_8MHz) //??
816804   MCFG_CPU_PROGRAM_MAP(granny_map)
817805
818806   MCFG_DEVICE_REMOVE("screen")

Previous 199869 Revisions Next


© 1997-2024 The MAME Team