summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tk635.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2019-10-26 10:40:50 +1100
committer Vas Crabb <vas@vastheman.com>2019-10-26 10:40:50 +1100
commit32868b8e2ae103dd1134ec0596f0966762ac401a (patch)
tree2245656b8592a3ee94c8959d9a8f64c4690136d0 /src/mame/drivers/tk635.cpp
parentcf3f4b2530770465d4f8f123dde94c7ab7032dd1 (diff)
srcclean (nw)
Diffstat (limited to 'src/mame/drivers/tk635.cpp')
-rw-r--r--src/mame/drivers/tk635.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/mame/drivers/tk635.cpp b/src/mame/drivers/tk635.cpp
index 996f63e094f..e57e27e870d 100644
--- a/src/mame/drivers/tk635.cpp
+++ b/src/mame/drivers/tk635.cpp
@@ -7,21 +7,21 @@
Hardware:
- AMD N80C188-25
- TERMTEK TKA-200
- - 128k + 32k RAM
+ - 128k + 32k RAM
- 256 KB flash memory
Features:
- 31.5khz or 48.1khz horizontal
- - 70/72 hz vertical
+ - 70/72 hz vertical
- 16 background/foreground/border colors
- 24x80/132, 25x80/132, 42x80/132, 43x80/132
- - Standard PC/AT keyboard
+ - Standard PC/AT keyboard
- Notes:
- - Identical to the Qume QVT-72 Plus?
+ Notes:
+ - Identical to the Qume QVT-72 Plus?
- TODO:
- - Everything
+ TODO:
+ - Everything
****************************************************************************/
@@ -83,9 +83,9 @@ void tk635_state::io_map(address_map &map)
map(0x04, 0x04).w(FUNC(tk635_state::voffset_lsb_w));
map(0x05, 0x05).w(FUNC(tk635_state::voffset_msb_w));
map(0x11, 0x11).r(FUNC(tk635_state::unk_11_r));
-// map(0x13, 0x13).ram(); // host port
+// map(0x13, 0x13).ram(); // host port
map(0x19, 0x19).r(FUNC(tk635_state::unk_19_r));
-// map(0x1b, 0x1b).ram(); // aux port
+// map(0x1b, 0x1b).ram(); // aux port
map(0xf0, 0xf0).w(FUNC(tk635_state::unk_f0_w));
}