summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2022-01-23 14:02:23 +1100
committer Vas Crabb <vas@vastheman.com>2022-01-23 14:02:23 +1100
commite43a6fa535c955cad21fa8fc6f95e946687d58c9 (patch)
tree90326999fb6abd29df7da654e80efe230767de03 /src/devices/bus
parent66443340c82e617febfb1d6cf2602b4a1613007f (diff)
srcclean in preparation for 0.240
Diffstat (limited to 'src/devices/bus')
-rw-r--r--src/devices/bus/a2bus/cards.cpp4
-rw-r--r--src/devices/bus/a2bus/prodosromdrive.cpp20
-rw-r--r--src/devices/bus/nes/cony.cpp8
3 files changed, 16 insertions, 16 deletions
diff --git a/src/devices/bus/a2bus/cards.cpp b/src/devices/bus/a2bus/cards.cpp
index b376c9a2fd1..984b3c73902 100644
--- a/src/devices/bus/a2bus/cards.cpp
+++ b/src/devices/bus/a2bus/cards.cpp
@@ -216,7 +216,7 @@ void apple2e_cards(device_slot_interface &device)
device.option_add("q68plus", A2BUS_Q68PLUS); // Stellation Q68 Plus 68000 card
device.option_add("a2sd", A2BUS_A2SD); // Florian Reitz AppleIISD
device.option_add("grafex", A2BUS_GRAFEX); // Grafex card (uPD7220 graphics)
- device.option_add("pdromdrive", A2BUS_PRODOSROMDRIVE); // ProDOS ROM Drive
+ device.option_add("pdromdrive", A2BUS_PRODOSROMDRIVE); // ProDOS ROM Drive
}
void apple2gs_cards(device_slot_interface &device)
@@ -287,7 +287,7 @@ void apple2gs_cards(device_slot_interface &device)
device.option_add("q68", A2BUS_Q68); // Stellation Q68 68000 card
device.option_add("q68plus", A2BUS_Q68PLUS); // Stellation Q68 Plus 68000 card
device.option_add("grafex", A2BUS_GRAFEX); // Grafex card (uPD7220 graphics)
- device.option_add("pdromdrive", A2BUS_PRODOSROMDRIVE); // ProDOS ROM Drive
+ device.option_add("pdromdrive", A2BUS_PRODOSROMDRIVE); // ProDOS ROM Drive
}
void apple3_cards(device_slot_interface &device)
diff --git a/src/devices/bus/a2bus/prodosromdrive.cpp b/src/devices/bus/a2bus/prodosromdrive.cpp
index e574c6c8c13..d9275384a00 100644
--- a/src/devices/bus/a2bus/prodosromdrive.cpp
+++ b/src/devices/bus/a2bus/prodosromdrive.cpp
@@ -2,20 +2,20 @@
// copyright-holders:R. Belmont
/*********************************************************************
- prodosromdrive.cpp
+ prodosromdrive.cpp
- Implementation of the ProDOS ROM Drive card
+ Implementation of the ProDOS ROM Drive card
- This is a hobbyist board which provides a minimal SmartPort API
- interface to boot from a 1 MiB disk image stored in a 27C080 or
- compatible EPROM.
+ This is a hobbyist board which provides a minimal SmartPort API
+ interface to boot from a 1 MiB disk image stored in a 27C080 or
+ compatible EPROM.
- Board and firmware by Terence J. Boldt
- http://apple2.ca/
- https://github.com/tjboldt/ProDOS-ROM-Drive
+ Board and firmware by Terence J. Boldt
+ http://apple2.ca/
+ https://github.com/tjboldt/ProDOS-ROM-Drive
- The firmware requires a IIe or better, and some of the games
- included require a 65C02 (enhanced IIe).
+ The firmware requires a IIe or better, and some of the games
+ included require a 65C02 (enhanced IIe).
*********************************************************************/
diff --git a/src/devices/bus/nes/cony.cpp b/src/devices/bus/nes/cony.cpp
index 2acd18c2f88..b0ccf6b06e9 100644
--- a/src/devices/bus/nes/cony.cpp
+++ b/src/devices/bus/nes/cony.cpp
@@ -225,10 +225,10 @@ void nes_cony_device::write_h(offs_t offset, u8 data)
set_prg();
switch (data & 0x03)
{
- case 0: set_nt_mirroring(PPU_MIRROR_VERT); break;
- case 1: set_nt_mirroring(PPU_MIRROR_HORZ); break;
- case 2: set_nt_mirroring(PPU_MIRROR_LOW); break;
- case 3: set_nt_mirroring(PPU_MIRROR_HIGH); break;
+ case 0: set_nt_mirroring(PPU_MIRROR_VERT); break;
+ case 1: set_nt_mirroring(PPU_MIRROR_HORZ); break;
+ case 2: set_nt_mirroring(PPU_MIRROR_LOW); break;
+ case 3: set_nt_mirroring(PPU_MIRROR_HIGH); break;
}
break;
case 0x0200: