mode7: update binary

This commit is contained in:
Vince Weaver 2018-03-19 21:23:45 -04:00
parent 40b9e0cf32
commit 8a123c79ad
3 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,7 @@ $(DOS33):
cd ../dos33fs-utils && make
mode7_demo.dsk: $(DOS33) MODE7_DEMO MODE7_DEMO_C
$(DOS33) -y mode7_demo.dsk BSAVE -a 0x4000 MODE7_DEMO
# $(DOS33) -y mode7_demo.dsk BSAVE -a 0x4000 MODE7_DEMO
$(DOS33) -y mode7_demo.dsk BSAVE -a 0x2000 MODE7_DEMO_C

Binary file not shown.

View File

@ -544,7 +544,9 @@ z_table:
; some "random" numbers
;======================
random_table EQU $2500
;random_table EQU $2000 ; bad
;random_table EQU $4000 ; good
random_table EQU $5000 ; ?
.if 0
random_table: