AgonConsole8 / agon-mos

Official AGON QUARK Firmware for Console8: eZ80 MOS
MIT License
25 stars 10 forks source link

Cleanup of mos_cmdRUN() #61

Closed envenomator closed 3 months ago

envenomator commented 4 months ago

mos_cmdRUN() invokes mos_execMode() to determine ADL/ez80 execution mode, before calling mos_runBin(). However this is the first thing mos_runBin() also does based on the previously loaded memory content.

I've removed this superfluous invocation and also removed an unused stack variable *dest;