Qemu easy reset…

case 0x13: /*’r’ on US keyboard */
qemu_system_reset_request();
break;

Contrl+Alt+R … and it’ll reset the VM!

I haven’t rolled it into the build, but it’s a snap to implement in ui/sdl.c

Leave a Reply