Skip to content

Commit 029341a

Browse files
committed
srcclean and manual cleanup.
1 parent 7eb7257 commit 029341a

27 files changed

+2117
-2121
lines changed

hash/gameking3.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@ see gameking.xml for information about cartridge types
122122
</dataarea>
123123
</part>
124124
</software>
125-
125+
126126
</softwarelist>

hash/sony_news.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license:CC0-1.0
1212
<notes>The floppies can boot on both CISC and RISC systems due to some bootloader magic, but the MO image is only for the first wave of RISC NEWS machines (NWS-3000 series)</notes>
1313
<sharedfeat name="compatibility" value="RISC" />
1414
<!--
15-
The installation floppy and MO disk work, but the format disk hangs after printing a few messages on RISC systems.
15+
The installation floppy and MO disk work, but the format disk hangs after printing a few messages on RISC systems.
1616
Therefore, use of this kit requires use of a pre-formatted hard disk image for now.
1717
The disk image loads on the CISC NEWS driver, so it is most likely an emulation issue, not a disk image issue.
1818
-->

src/devices/cpu/f2mc16/f2mc16.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1304,7 +1304,7 @@ void f2mc16_device::execute_run()
13041304
m_pc = read_16(uVecAddr);
13051305
m_pcb = read_8(uVecAddr + 2);
13061306
bFoundVec = true;
1307-
// printf("RETI vector chain to %02x%04x\n", m_pcb, m_pc);
1307+
//printf("RETI vector chain to %02x%04x\n", m_pcb, m_pc);
13081308
break;
13091309
}
13101310
}

src/devices/cpu/m68000/m68000musashi.cpp

100755100644
File mode changed.

src/devices/cpu/m68000/m68000musashi.h

100755100644
File mode changed.

0 commit comments

Comments
 (0)