diff options
author | Ian C <ianc@noddybox.co.uk> | 2023-01-12 21:59:56 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2023-01-12 21:59:56 +0000 |
commit | b5839e35b2719828e47475c91720a741b2b32ec0 (patch) | |
tree | 696b9b426007413b0e83d4cf076315714ec69317 /INSTRUCTION | |
parent | c6d6e07bb10beb7de3416de40bc3c2a9b1c739ec (diff) |
Changed keys in debug screens (to save bouncing the A key if used to select)
Diffstat (limited to 'INSTRUCTION')
-rw-r--r-- | INSTRUCTION | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/INSTRUCTION b/INSTRUCTION index 0c3b021..fef5555 100644 --- a/INSTRUCTION +++ b/INSTRUCTION @@ -29,7 +29,8 @@ emulation. Click on the MENU banner to display the main menu. 2. The Main Menu ---------------- -The main menu shows the following options: +The main menu shows the following options. To interact with the menu either +use the touchscreen or up/down on the pad and A to select: Reset Spectrum - Reset the spectrum. Load TAP File - Load a TAP file from the SD card. To load the @@ -76,18 +77,18 @@ following options: memory. Press the joypad up/down to decrement and increment the displayed address. Press the shoulder buttons to move in pages. Press - the A button to enter an address. Press the + the B button to enter an address. Press the START button to exit. Memory Viewer - Displays a hex dump of the spectrum's memory. Press the joypad up/down to decrement and increment the displayed address. Press the shoulder buttons to move in pages. Press the - A button to enter an address. Press the START + B button to enter an address. Press the START button to exit. CPU Info - Displays a screen with the Z80's registers. Press the shoulder buttons to cycle which register pointer is dumped to the screen. - Press the A button to execute the next - instruction. Hold the B button to execute + Press the B button to execute the next + instruction. Hold the X button to execute quickly. Press the START button to exit. |