MEGA65 / open-roms

A project to create unencumbered open-source ROMs for use on selected retro computers
Other
263 stars 18 forks source link

Wrong register loaded into STAL+1 #66

Closed mist64 closed 3 years ago

mist64 commented 3 years ago

src/kernal/iostack/f4a5.load.s:

    ; Store start address of LOAD
    lda MEMUSS+0
    sta STAL+0
    lda MEMUSS+1
    sty STAL+1

See https://github.com/commanderx16/x16-rom/pull/174

FeralChild64 commented 3 years ago

Thank you - fixed in my development branch:

https://github.com/FeralChild64/open-roms/commit/7510d4a83f0a3abc0c0403d7e57afe10460fa4a9

FeralChild64 commented 3 years ago

Bugfix merged to master.