You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command line for debugging during normal use (even if using such command line pauses the emulation) is something I've found especially useful. Have you thought of the possibility of adding a debug command to change between CD-ROM images (*.iso and such) without having to reboot the emulated machine? That could be helpful for a bunch of software, which came in multiple discs back in the day.
For example, it could be something like this: ch-cdrom <path-to-new-cd-image>
I personally would appreciate that very much.
The text was updated successfully, but these errors were encountered:
charliebrmg
changed the title
Debug command to switch CD-ROM images
Debug command to switch CD-ROM images (feature suggestion)
Jul 26, 2024
I implemented something like that for floppies in my fork: joevt@669aece
The DPPC debugger is a convenient place for adding commands to perform actions that you would normally initiate with a UI - especially while DPPC doesn't have much of a UI.
dingusdev
changed the title
Debug command to switch CD-ROM images (feature suggestion)
Debug command to switch CD-ROM images
Jul 27, 2024
The command line for debugging during normal use (even if using such command line pauses the emulation) is something I've found especially useful. Have you thought of the possibility of adding a debug command to change between CD-ROM images (*.iso and such) without having to reboot the emulated machine? That could be helpful for a bunch of software, which came in multiple discs back in the day.
For example, it could be something like this:
ch-cdrom <path-to-new-cd-image>
I personally would appreciate that very much.
The text was updated successfully, but these errors were encountered: