mirror of
https://github.com/holub/mame
synced 2025-07-03 09:06:08 +03:00
triviaes4: Didn't mean to double the CPU clock (nw)
fs3216.cpp: Minor note (nw)
This commit is contained in:
parent
a81080abfe
commit
f46552ddc0
@ -1442,7 +1442,7 @@ void balsente_state::triviamb(machine_config &config)
|
||||
config.device_remove("nov0");
|
||||
config.device_remove("nov1");
|
||||
|
||||
m_maincpu->set_clock(10_MHz_XTAL / 4);
|
||||
m_maincpu->set_clock(10_MHz_XTAL / 8);
|
||||
m_maincpu->set_addrmap(AS_PROGRAM, &balsente_state::cpu1_triviamb_map);
|
||||
|
||||
NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0); // HY6116AP-10 + battery (only 512x4 bits are actually saved)
|
||||
|
@ -4,6 +4,8 @@
|
||||
|
||||
Skeleton driver for Fortune 32:16.
|
||||
|
||||
Also known as the Micromega 32 in France (distributed by Thomson).
|
||||
|
||||
****************************************************************************/
|
||||
|
||||
#include "emu.h"
|
||||
|
Loading…
Reference in New Issue
Block a user