Senryoku / Deecy

Experimental Dreamcast emulator written in Zig
3 stars 0 forks source link

Rethink Flashrom handling #52

Open Senryoku opened 1 month ago

Senryoku commented 1 month ago

https://github.com/Senryoku/Deecy/blob/fe328849897fb3224e4e19a7dd2c1c0055e0f50a/src/dreamcast.zig#L274

Ideally, we probably shouldn't need the dc_flash.bin file. It should be doable to construct it ourselves, using the current time (to avoid the discrepancy with RTC and that annoying set time popup) and some basic key user config (region, language, stereo/mono... Am I missing anything?).