summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ts802.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/ts802.c')
-rw-r--r--src/mess/drivers/ts802.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/drivers/ts802.c b/src/mess/drivers/ts802.c
index 68e5be8598a..43193e28f17 100644
--- a/src/mess/drivers/ts802.c
+++ b/src/mess/drivers/ts802.c
@@ -7,10 +7,10 @@
TODO:
- Everything - this is just a skeleton
-
+
Technical manual at:
http://bitsavers.org/pdf/televideo/TS800A_TS802_TS802H_Maintenance_Manual_1982.pdf
-
+
includes in-depth discussion of the inner workings of the WD1000 HDD controller.
****************************************************************************/
@@ -49,7 +49,7 @@ ADDRESS_MAP_END
static ADDRESS_MAP_START(ts802_io, AS_IO, 8, ts802_state)
//ADDRESS_MAP_UNMAP_HIGH
ADDRESS_MAP_GLOBAL_MASK(0xff)
- AM_RANGE(0x00, 0x00) AM_READ(port00_r) // DIP switches
+ AM_RANGE(0x00, 0x00) AM_READ(port00_r) // DIP switches
// 04 - written once after OS boot to bank in RAM from 0000-3FFF instead of ROM. 4000-FFFF is always RAM.
// 08-0B: Z80 CTC
// 0C-0F: Z80 SIO #1