Michaelangel007 / apple2_dos33

Apple ][ DOS 3.3
17 stars 3 forks source link

Source code typo; doesn't match opcodes #5

Closed TommyGH closed 6 years ago

TommyGH commented 6 years ago

Original:

LDA (IOBPL),Y VOLUME NUMBER IN IOB.

Currently:

3EB1:B1 48 018 STY (IOBPL),Y VOLUME NUMBER IN IOB.

Michaelangel007 commented 6 years ago

Thanks for the bug report Tommy.