diff --git a/012.ham_mode/bin/ham_mode.adf b/012.ham_mode/bin/ham_mode.adf index 93d6ed9..9b2698c 100644 Binary files a/012.ham_mode/bin/ham_mode.adf and b/012.ham_mode/bin/ham_mode.adf differ diff --git a/012.ham_mode/ham_mode.s b/012.ham_mode/ham_mode.s index 03e98ae..b4c5881 100644 --- a/012.ham_mode/ham_mode.s +++ b/012.ham_mode/ham_mode.s @@ -38,5 +38,4 @@ copper: dc.l $fffffffe bitplanes: - incbin "out/image-ham.bin" - ;; incbin "out/image.bin" \ No newline at end of file + incbin "out/image-ham.bin" \ No newline at end of file diff --git a/012.ham_mode/init.s b/012.ham_mode/init.s index 64f8614..7961c1c 100644 --- a/012.ham_mode/init.s +++ b/012.ham_mode/init.s @@ -15,7 +15,6 @@ init: move.w #(RASTER_X_START/2-SCREEN_RES),DDFSTRT(a6) move.w #(RASTER_X_START/2-SCREEN_RES)+(8*((SCREEN_WIDTH/16)-1)),DDFSTOP(a6) - ;; move.w #(SCREEN_BIT_DEPTH<<12)|COLOR_ON|HOMOD,BPLCON0(a6) move.w #(SCREEN_BIT_DEPTH<<12)|COLOR_ON|HOMOD,BPLCON0(a6) move.w #SCREEN_WIDTH_BYTES*SCREEN_BIT_DEPTH-SCREEN_WIDTH_BYTES,BPL1MOD(a6) move.w #SCREEN_WIDTH_BYTES*SCREEN_BIT_DEPTH-SCREEN_WIDTH_BYTES,BPL2MOD(a6)