tdlabac / MSX1_MiSTer

GNU General Public License v2.0
21 stars 4 forks source link

There is additional bios for Korean input system. #26

Closed tdlabac closed 1 year ago

tdlabac commented 1 year ago
    First of all, many thanks for this great MSX1 core ever.

Now I'd like to talk about Korean MSX1. There is additional bios for Korean input system. Screenshot_20221125_210740

If we increase the rom size from 32kB to 64kB, the system can access the hangul ROM in 0x8000-0xBFFF.

I modified the code like below. image0 image

Then I could successfully launch the Korean MSX. 20221122_013847

Is there any chance to support loading Korean Bios rom?

_Originally posted by @juntaesu in https://github.com/tdlabac/MSX1_MiSTer/issues/15#issuecomment-1327405238_

tdlabac commented 1 year ago

Added in Release 20221127

EDIT: firmware/hangul ROM loaded automatically if /media/fat/games/MSX1/boot1.rom exists

wwark commented 1 year ago

Great I can load Sony contents also for HB201 MSX 20221127_185224-screen

Thank you for your hard work

juntaesu commented 1 year ago

Added in Release 20221127

EDIT: firmware/hangul ROM loaded automatically if /media/fat/games/MSX1/boot1.rom exists

Thank you so much for this!!