summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/booti.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/a2bus/booti.cpp')
-rw-r--r--src/devices/bus/a2bus/booti.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/devices/bus/a2bus/booti.cpp b/src/devices/bus/a2bus/booti.cpp
index e365ebe2492..54e7720642f 100644
--- a/src/devices/bus/a2bus/booti.cpp
+++ b/src/devices/bus/a2bus/booti.cpp
@@ -6,14 +6,14 @@
Implementation of the BOOTI card
- The BOOTI is an Apple II interface to the CH376 USB module.
- The CH376 is intended for use with small microcontrollers (or,
- you know, the 6502) to give them access to FAT-formatted
- flash drives. See ch376.cpp for details.
-
- C0n0: read/write data to CH376
- C0n1: read status/write command to CH376
- C0n4: $C800 ROM bank (0-3)
+ The BOOTI is an Apple II interface to the CH376 USB module.
+ The CH376 is intended for use with small microcontrollers (or,
+ you know, the 6502) to give them access to FAT-formatted
+ flash drives. See ch376.cpp for details.
+
+ C0n0: read/write data to CH376
+ C0n1: read status/write command to CH376
+ C0n4: $C800 ROM bank (0-3)
*********************************************************************/