From bf25dab0a778e09d0bf487b93f5a99332ee72464 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Tue, 22 Sep 2020 01:25:58 +1000 Subject: apf: added notes about monitor mode --- src/mame/drivers/apf.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/mame/drivers/apf.cpp b/src/mame/drivers/apf.cpp index d04c8e164a7..66fcf6af6b8 100644 --- a/src/mame/drivers/apf.cpp +++ b/src/mame/drivers/apf.cpp @@ -34,6 +34,16 @@ RAM switch - Basic will work with 8K or 16K. +The monitor +----------- +From Basic, do CALL 28672 to enter the monitor - you get a * prompt. Commands: +D nnnn - display memory +G nnnn - goto an address +M nnnn - modify memory +Type the command letter, then all 4 digits, no need to hit Enter. +To exit back to Basic, do G 8894 (Basic has no prompt). + + Status of cart-based games -------------------------- backgammon - works, needs offset of 0x120, bottom line is coming from 0x3E0, should be 0x380 -- cgit v1.2.3