mirror of
https://github.com/holub/mame
synced 2025-04-27 02:33:13 +03:00
fontwriter.cpp: fixed validation (nw)
This commit is contained in:
parent
7957feaefc
commit
e743e2055f
@ -117,6 +117,8 @@ MACHINE_CONFIG_START(fontwriter_state::fontwriter)
|
||||
MCFG_DEVICE_PROGRAM_MAP(main_map)
|
||||
MCFG_DEVICE_IO_MAP(io_map)
|
||||
|
||||
MCFG_DEVICE_ADD("at28c16", AT28C16, 0)
|
||||
|
||||
MCFG_SCREEN_ADD("screen", RASTER)
|
||||
MCFG_SCREEN_REFRESH_RATE(60)
|
||||
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(2500) /* not accurate */)
|
||||
|
Loading…
Reference in New Issue
Block a user