Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug command to switch CD-ROM images #101

Open
charliebrmg opened this issue Jul 26, 2024 · 2 comments
Open

Debug command to switch CD-ROM images #101

charliebrmg opened this issue Jul 26, 2024 · 2 comments
Labels
feature-request Request support for some feature

Comments

@charliebrmg
Copy link

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.

@charliebrmg charliebrmg changed the title Debug command to switch CD-ROM images Debug command to switch CD-ROM images (feature suggestion) Jul 26, 2024
@joevt
Copy link
Contributor

joevt commented 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 dingusdev changed the title Debug command to switch CD-ROM images (feature suggestion) Debug command to switch CD-ROM images Jul 27, 2024
@dingusdev dingusdev added the feature-request Request support for some feature label Jul 27, 2024
@joevt
Copy link
Contributor

joevt commented Nov 7, 2024

AtapiCdrom supports an empty CD-ROM drive so adding a debug command for that should be easy?

ScsiCdrom does not appear to support an empty CD-ROM drive. That will need to be fixed first before a "change disk image" command can work with that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request support for some feature
Projects
None yet
Development

No branches or pull requests

3 participants