Merge pull request #6766 from sasuke-arcade/armedf_resorution_fix

armedf : Fixed the resolution difference from PCB. (Testers-07640)
This commit is contained in:
R. Belmont 2020-05-30 12:56:09 -04:00 committed by GitHub
commit be0b7fe94e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1206,7 +1206,7 @@ void armedf_state::armedf(machine_config &config)
audiocpu.set_addrmap(AS_IO, &armedf_state::sound_portmap); 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)); // ? 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) MCFG_VIDEO_START_OVERRIDE(armedf_state,armedf)
/* sound hardware */ /* sound hardware */