summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vip.cpp
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2019-05-13 03:07:18 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2019-05-13 03:07:18 +1000
commit7388d5bd12baf677eee5308f1f8cf065b0810a76 (patch)
treeae39e38befcb0f9b1601031c2a530e9b9f78787a /src/mame/drivers/vip.cpp
parent5f68641241da5aad5f5116b2f369db2a2aeb5b05 (diff)
(nw) studio2,eti660,tmc1800,vip: added notes; reverted my change of a week ago
Diffstat (limited to 'src/mame/drivers/vip.cpp')
-rw-r--r--src/mame/drivers/vip.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mame/drivers/vip.cpp b/src/mame/drivers/vip.cpp
index bd77b9031fb..0d647146aa5 100644
--- a/src/mame/drivers/vip.cpp
+++ b/src/mame/drivers/vip.cpp
@@ -217,6 +217,18 @@ Notes:
* Quantities of 15 or more available less case and speaker (Assembled
keypad and circut board only). Price on request.
+
+Usage:
+ - If you turn it on as is, it quickly jumps into the weeds as it is expecting
+ valid code to exist at 0000. To enter the monitor, press R, hold C, press R,
+ (you will see the memory editor) then choose a command (0 for example).
+ - If you load a chip-8 cart, press R twice. If it doesn't do anything you may
+ need to do a hard reset, then hit R twice. R toggles between the CPU running
+ or stopped.
+ - There's also support for Super-Chip8 carts, but none seem to work.
+ - There's a slot option to use Tiny Basic, this starts up, but unable to type
+ anything.
+
*/
#include "emu.h"