Hein Andre Grønnestad

Results 20 issues of Hein Andre Grønnestad

- [x] Parse .CRT files - [x] ICartridge interface and bus banking - [x] Drag and drop .CRT files - [ ] Cartridge UI - [x] Insert/Remove cartridge - [...

http://jborza.com/emulation/2020/04/11/debugging-in-an-emulator.html https://medium.com/swlh/implement-gdb-remote-debug-protocol-stub-from-scratch-1-a6ab2015bfc5 https://tatsuo.medium.com/implement-gdb-remote-debug-protocol-stub-from-scratch-2-5e3025f0e987 https://tatsuo.medium.com/implement-gdb-remote-debug-protocol-stub-from-scratch-3-e87a697ca48c https://tatsuo.medium.com/implement-gdb-remote-debug-protocol-stub-from-scratch-4-44f3b229f7d9 https://tatsuo.medium.com/implement-gdb-remote-debug-protocol-stub-from-scratch-5-8aa247251709 https://tatsuo.medium.com/implement-gdb-remote-debug-protocol-stub-from-scratch-6-1ac945e57399

Might have to be implement the same way as copy/paste, but allow loading from a file

Example: *PRG-file with load address `0xC000`:* ``` 0x00,0xC0,0xA9,0x0E,0x20,0xD2,0xFF,0xA9,... ``` When loading the file: *Message box (or hotkey?):* > Would you like to run `SYS49152`?

- [x] Remove System.Windows.Input dependency (WPF-lib) - [x] Support all arrow keys - [x] Insert (Shift+Back(space)) - [ ] Delete key - This one is trickier because it's not a...

- [ ] Show pointers to different parts of memory - [ ] Memory Contents - [ ] Screen RAM - [ ] Color RAM - [ ] More?