x16emu debug driver kernal wedge

Post Reply
MarkTheStrange
Posts: 18
Joined: Sat Nov 26, 2022 6:24 pm

x16emu debug driver kernal wedge

Post by MarkTheStrange »

Took a crack at writing a device driver for x16emu's debug channels. This installs the driver as device #6; if you open it with secondary address 0, everything sent to the channel comes out through the debug text port at $9fbb. If you open it with SA 1 or 2, every byte sent to the channel instead comes out through the corresponding debug port.
Attachments
debug_driver.asm
(7.18 KiB) Downloaded 264 times
debug_driver.prg
(647 Bytes) Downloaded 257 times
Post Reply