dingusdev / dingusppc

An experimental emulator
GNU General Public License v3.0
200 stars 21 forks source link

Move disk image reading to be behind an ImgFile class #61

Closed mihaip closed 7 months ago

mihaip commented 7 months ago

Allows different implementations for different platforms (the JS build relies on browser APIs to stream disk images over the network).

Setting aside the JS build, this also reduces some code duplication.