abelykh0 / esp32-bkEmu

BK-0010 Emulator on ESP32 VGA32 board
MIT License
10 stars 0 forks source link

Any .bin file as an example? #2

Closed vitasam closed 2 years ago

vitasam commented 2 years ago

Hello, I was trying to load few .bin games from SD card (e.g. dizzy2021.bin, perestroika.bin), but nothing has been working. Also it was not clear: should the BIN file be loaded (by pressing F3) straight from the BASIC screen or one should first go to MONITOR (MO ENTER) and press F3 there?

Could you include or at least provide a link/name to some of working binary file?

abelykh0 commented 2 years ago

I placed some files in https://github.com/abelykh0/esp32-bkEmu/blob/main/test/F.zip. Unfortunately, I don't have time this week to test. I think "fish-demo.bin" was working.

abelykh0 commented 2 years ago

By the way, look at this change: https://github.com/abelykh0/esp32-bkEmu/commit/a3d948686955a4b198cfcefef2dad2e1064fda23. Before it any file was crashing. I think something else needs to be done to support more files (clear registers?)

vitasam commented 2 years ago

Thanks, quite many programs from that .zip file work well. Regarding a3d9486 change - I'm afraid that I know very little about this architecture, just started to learn.