;------------------------------------------------------------------------------ ; ; 1541 ; ; This source code generates the ROM for the 1541 in the address ; range $E000-$FFFF. The code for this version is: ; ; 901229-02 ; ;------------------------------------------------------------------------------ .ba $EA0E eor #$01 lsr A and #$02 bne A_EA0B nop nop nop .ba $FEE6 .by $10 .ba $FFE2 .by 'RSR', $AA ;******************************************************************************