X16Community / x16-emulator

Emulator for the Commander X16 8-bit computer
BSD 2-Clause "Simplified" License
205 stars 43 forks source link

Fix regression in PR #280 caused by is_kernal always returning true regardless of current bank #289

Closed mooinglemur closed 3 months ago

mooinglemur commented 3 months ago

is_kernal() needs to know whether the current bank is a kernal bank, not simply of bank 0 is a kernal bank.

Fixed regression introduced in #280

Closes #288