mirror of
https://github.com/holub/mame
synced 2025-06-17 09:49:31 +03:00
Merge pull request #6766 from sasuke-arcade/armedf_resorution_fix
armedf : Fixed the resolution difference from PCB. (Testers-07640)
This commit is contained in:
commit
be0b7fe94e
@ -1206,7 +1206,7 @@ void armedf_state::armedf(machine_config &config)
|
||||
audiocpu.set_addrmap(AS_IO, &armedf_state::sound_portmap);
|
||||
audiocpu.set_periodic_int(FUNC(armedf_state::irq0_line_hold), attotime::from_hz(XTAL(8'000'000)/2/512)); // ?
|
||||
|
||||
video_config(config, 12, 16, 240);
|
||||
video_config(config, 12, 8, 248);
|
||||
MCFG_VIDEO_START_OVERRIDE(armedf_state,armedf)
|
||||
|
||||
/* sound hardware */
|
||||
|
Loading…
Reference in New Issue
Block a user