Skip to content

Commit 1851ed3

Browse files
committed
Video
1 parent 58e2de5 commit 1851ed3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This configuration allows booting and running Total Replay or other ProDOS disk
55

66
This repository also contains a stand-alone version of the [6502 Assembler](#6502-assembler) I created and built into the emulator.
77

8+
There is a demonstration Video of the emulator at V1.1 here: https://youtu.be/Du3z_kQD5ok
9+
810
![15 FPS Animated Gif of the emulator in action](assets/a2m-15.gif)
911

1012
## Starting the emulator
@@ -84,7 +86,7 @@ Miscellaneous:
8486
```
8587

8688
## Using the Debugger
87-
When running, debug windows update at 60 FPS, but user control only applies to the Apple ][+ machine. Once stopped, you can interact with the debug windows. The window title changes to green when it is "active", with "active" determined by mouse hover and input going to the "active" window.
89+
When running, debug windows update at 60 FPS, but user control only applies to the Apple ][+ machine. Once stopped, you can interact with the debug windows. The window title changes to green when it is "active", with "active" determined by mouse hover and input going to the "active" window. The machine reset is mapped to SCRLK or PAUSE (so CTRL +) and on my Lenovo laptop that's FN + B.
8890

8991
## Using the CPU Window
9092
The CPU window, when stopped, has editable boxes for the PC, SP, registers, and flags. To edit a value, click in the box, keep the mouse pointer over the CPU window, type a new value, and press ENTER.

0 commit comments

Comments
 (0)