diff options
| author | 2024-01-04 22:31:28 +0100 | |
|---|---|---|
| committer | 2024-01-04 22:31:28 +0100 | |
| commit | 194e5cd77fbde97f623f8b665e2d17a92c2b8e2d (patch) | |
| tree | 36d4fcdf3e413efd938a840432f503a02e05b3e8 /src/devices/cpu/sh | |
| parent | 32047b59797a2e148e8551bd0b329c59807d43ae (diff) | |
New systems marked not working
------------------------------
Cuty Line Limited (ver.1.30) [freaktech]
- igs/goldstar.cpp: enabled girls display for cmast91 and other games on same hw, removed 2nd ppi as PCB pics and readme only show one
- various files: removed superfluous semicolons
Diffstat (limited to 'src/devices/cpu/sh')
| -rw-r--r-- | src/devices/cpu/sh/sh7014_bsc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/sh/sh7014_bsc.cpp b/src/devices/cpu/sh/sh7014_bsc.cpp index 467bfdd1f46..c0014cea17b 100644 --- a/src/devices/cpu/sh/sh7014_bsc.cpp +++ b/src/devices/cpu/sh/sh7014_bsc.cpp @@ -50,7 +50,7 @@ void sh7014_bsc_device::map(address_map &map) { map(0x00, 0x01).rw(FUNC(sh7014_bsc_device::bcr1_r), FUNC(sh7014_bsc_device::bcr1_w)); map(0x02, 0x03).rw(FUNC(sh7014_bsc_device::bcr2_r), FUNC(sh7014_bsc_device::bcr2_w)); - map(0x04, 0x05).rw(FUNC(sh7014_bsc_device::wcr1_r), FUNC(sh7014_bsc_device::wcr1_w));; + map(0x04, 0x05).rw(FUNC(sh7014_bsc_device::wcr1_r), FUNC(sh7014_bsc_device::wcr1_w)); map(0x06, 0x07).rw(FUNC(sh7014_bsc_device::wcr2_r), FUNC(sh7014_bsc_device::wcr2_w)); map(0x0a, 0x0b).rw(FUNC(sh7014_bsc_device::dcr_r), FUNC(sh7014_bsc_device::dcr_w)); map(0x0c, 0x0d).rw(FUNC(sh7014_bsc_device::rtcsr_r), FUNC(sh7014_bsc_device::rtcsr_w)); |
