From 522bf5b03c65ae8c0f2f94c65ea0fc25a79b4f22 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Tue, 9 Nov 2021 18:42:28 +0100 Subject: [PATCH] a1supply.cpp: corrected clock --- src/mame/drivers/a1supply.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/a1supply.cpp b/src/mame/drivers/a1supply.cpp index 0567a728287..d5a4a94f411 100644 --- a/src/mame/drivers/a1supply.cpp +++ b/src/mame/drivers/a1supply.cpp @@ -60,7 +60,7 @@ void a1supply_state::rom_map(address_map &map) void a1supply_state::a1supply(machine_config &config) { // basic machine hardware - i4040_cpu_device &cpu(I4040(config, "maincpu", 4_MHz_XTAL / 4)); // divider not verified + i4040_cpu_device &cpu(I4040(config, "maincpu", 4_MHz_XTAL / 7)); // P4201A divides the incoming clock by seven to get the multi-phase clock cpu.set_rom_map(&a1supply_state::rom_map); // video hardware