emufreak / iAmiga

iAmiga sources
45 stars 17 forks source link

Add switches to disable drives. #11

Closed simontoens closed 9 years ago

simontoens commented 9 years ago

Hi @emufreak,

This change adds switches next to df1-df3 so that they can be disabled. I am not 100% sure I did this the right way but it seems to work.
The state of the drives is not persisted, that would require additional work to interact with the code in disk.cpp. I think that's ok for now - in most cases it is fine to leave all drives on anyway.

Regards -

simontoens commented 9 years ago

HI @emufreak, I have improved this a bit:

simontoens commented 9 years ago

@emufreak, I will take care of the merge conflicts and update this pull request. Thanks for merging the other 2!

emufreak commented 9 years ago

Saw your message too late. Just resolved the merge conflicts

simontoens commented 9 years ago

@emufreak thanks!