mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
pcd_kbd: "FIXME: the mc2661 baud rate calculation" (nw)
This commit is contained in:
parent
8114671939
commit
a1ec193b78
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ void pcd_keyboard_device::pcd_keyboard_map(address_map &map)
|
|||
|
||||
void pcd_keyboard_device::device_add_mconfig(machine_config &config)
|
||||
{
|
||||
i8035_device &mcu(I8035(config, "mcu", 5760000*2)); // FIXME: the mc2661 baud rate calculation
|
||||
i8035_device &mcu(I8035(config, "mcu", 5760000));
|
||||
mcu.set_addrmap(AS_PROGRAM, &pcd_keyboard_device::pcd_keyboard_map);
|
||||
mcu.bus_in_cb().set(FUNC(pcd_keyboard_device::bus_r));
|
||||
mcu.p1_in_cb().set(FUNC(pcd_keyboard_device::p1_r));
|
||||
|
|
Loading…
Reference in a new issue