fontwriter.cpp: fixed validation (nw)

This commit is contained in:
Ivan Vangelista 2018-07-30 12:40:25 +02:00 committed by GitHub
parent 7957feaefc
commit e743e2055f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */)