mirror of
https://github.com/holub/mame
synced 2025-07-01 00:09:18 +03:00
flower.cpp: actually using Nsmco xtal so most likely runs at 60.606060 ... (nw)
This commit is contained in:
parent
2665cdbe07
commit
89ed27b0f7
@ -505,7 +505,7 @@ static MACHINE_CONFIG_START( flower )
|
|||||||
|
|
||||||
MCFG_SCREEN_ADD("screen", RASTER)
|
MCFG_SCREEN_ADD("screen", RASTER)
|
||||||
MCFG_SCREEN_UPDATE_DRIVER(flower_state, screen_update)
|
MCFG_SCREEN_UPDATE_DRIVER(flower_state, screen_update)
|
||||||
MCFG_SCREEN_RAW_PARAMS(XTAL_3_579545MHz*2, 442, 0, 288, 263, 16, 240) /* generic NTSC video timing at 256x224 */
|
MCFG_SCREEN_RAW_PARAMS(MASTER_CLOCK/3,384,0,288,264,16,240) // derived from Galaxian HW, 60.606060
|
||||||
MCFG_SCREEN_PALETTE("palette")
|
MCFG_SCREEN_PALETTE("palette")
|
||||||
|
|
||||||
MCFG_GFXDECODE_ADD("gfxdecode", "palette", flower)
|
MCFG_GFXDECODE_ADD("gfxdecode", "palette", flower)
|
||||||
|
@ -515,7 +515,7 @@ Notes:
|
|||||||
99,99999,9999,9999,999999
|
99,99999,9999,9999,999999
|
||||||
it seems to be a counter decremented while the game is running.
|
it seems to be a counter decremented while the game is running.
|
||||||
|
|
||||||
- Mappy: similarly, if you enter service mode and press press
|
- Mappy: similarly, if you enter service mode and press
|
||||||
P1 button + service coin the following is shown:
|
P1 button + service coin the following is shown:
|
||||||
99.99.999.9999.9999.9999
|
99.99.999.9999.9999.9999
|
||||||
99.99.999.9999.9999.0000
|
99.99.999.9999.9999.0000
|
||||||
|
Loading…
Reference in New Issue
Block a user