Michael "Code Poet" Pohoreski

Results 15 issues of Michael "Code Poet" Pohoreski

The ability to load & save binary memory into the emulator would make it 100% more useful for me. :-)

enhancement

1. Added instructions how to start Python REPL 2. Added example printing Volume / Track / Sector / Checksum

Small patch to make the debugger's markup of hex bytes in Applesoft's FAC format be nicer. Also added preliminary support for A2_BASIC.A2D to markup all the Floating-point Constants in Applesoft...

From [reddit](https://www.reddit.com/r/apple2/comments/ttksyu/how_to_configure_applewin_for_paddle_controllers/) > I'd love to know if there was a way to use real paddles. From what I'm reading 2600-dapter should appear as a generic USB 2-axis controller. I'd...

enhancement
UI

Other debuggers have a `back trace` command ([bt](https://sourceware.org/gdb/current/onlinedocs/gdb/Backtrace.html) in gdb) that lets you view the last N instructions executed. Currently in AppleWin you have to manually inspect the assembly listing...

enhancement
Debugger

While testing #889 realized you can't shift-click on a soft-switch to toggle them the way you can shift-click on the CPU flags.

enhancement
Debugger

In the `Debugger > Memory` section the manual doesn't tell the user how to view aux. memory, the LC, or how to switch back to main memory. i.e. https://groups.google.com/g/comp.sys.apple2/c/i4ekjuIqu3g/m/hdWVDn-9BwAJ i.e....

enhancement
Debugger
Help doc

An idea I've had for a while now is a `.dll` plug-in where a 3rd party program is able to start/stop execution, can inspect memory, can send keypress/joystick input, save...

enhancement
question

UPDATE: This PR is not yet done as I have been cleaning up some LONG over-due re-factoring. ~~Please merge #785 first to prevent previous commits from showing up.~~ * [x]...

enhancement
Debugger
UI

**TL:DR;** Displaying the Track/Sector number from the VTSC address field (VolumeTrackSectorChecksum) only works for standard disks. Move disk address / data fields to debugger. While working on #1215 and looking...

enhancement
Debugger