summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author MooglyGuy <therealmogminer@gmail.com>2019-11-16 12:46:31 +0100
committer MooglyGuy <therealmogminer@gmail.com>2019-11-16 12:46:31 +0100
commit4cede5be6eedecf43c2509cbea51ea6c9047aab7 (patch)
treedf4761b7372209ee9431e169048ccf1f299c2a6a
parentdf6401df1344dc54aeaa179647e08fc8402770d9 (diff)
-hlemouse: Removed baud-rate hack from hle1200 Sun mouse, nw
-rw-r--r--src/devices/bus/sunmouse/hlemouse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/sunmouse/hlemouse.cpp b/src/devices/bus/sunmouse/hlemouse.cpp
index 551a77fac81..2969b9b2d9e 100644
--- a/src/devices/bus/sunmouse/hlemouse.cpp
+++ b/src/devices/bus/sunmouse/hlemouse.cpp
@@ -292,7 +292,7 @@ hle_1200baud_device::hle_1200baud_device(
char const *tag,
device_t *owner,
uint32_t clock)
- : hle_device_base(mconfig, SUN_1200BAUD_HLE_MOUSE, tag, owner, clock, 8U) // FIXME: hack because z80scc isn't working properly
+ : hle_device_base(mconfig, SUN_1200BAUD_HLE_MOUSE, tag, owner, clock, 1U)
{
}