diff --git a/res/DEMO/ALIEN.MUNCHIES b/res/DEMO/ALIEN.MUNCHIES index feae2fb90..718d0aa87 100755 Binary files a/res/DEMO/ALIEN.MUNCHIES and b/res/DEMO/ALIEN.MUNCHIES differ diff --git a/res/DEMO/APPLE.INVADER b/res/DEMO/APPLE.INVADER index 6cb182086..36d95e8bb 100644 Binary files a/res/DEMO/APPLE.INVADER and b/res/DEMO/APPLE.INVADER differ diff --git a/res/DEMO/BATTLEZONE b/res/DEMO/BATTLEZONE index 95ebf8ab3..1b8f1c32b 100755 Binary files a/res/DEMO/BATTLEZONE and b/res/DEMO/BATTLEZONE differ diff --git a/res/DEMO/CB b/res/DEMO/CB index 438979f2c..20a23cf08 100755 Binary files a/res/DEMO/CB and b/res/DEMO/CB differ diff --git a/res/DEMO/DUNG.BEETLES b/res/DEMO/DUNG.BEETLES index 8a369694d..e123adcb6 100755 Binary files a/res/DEMO/DUNG.BEETLES and b/res/DEMO/DUNG.BEETLES differ diff --git a/res/DEMO/MOON.PATROL b/res/DEMO/MOON.PATROL index 21d00ec46..d02b40c75 100755 Binary files a/res/DEMO/MOON.PATROL and b/res/DEMO/MOON.PATROL differ diff --git a/src/demo/alien.munchies.a b/src/demo/alien.munchies.a index 0aa8ba5e4..f2e3d7a05 100644 --- a/src/demo/alien.munchies.a +++ b/src/demo/alien.munchies.a @@ -11,6 +11,7 @@ +READ_RAM2_WRITE_RAM2 jsr EnableAccelerator +LOAD_FILE_AT title, $00 + +READ_ROM_NO_WRITE lda #$60 sta $1638 diff --git a/src/demo/apple.invader.a b/src/demo/apple.invader.a index 799954563..f5d8e1987 100644 --- a/src/demo/apple.invader.a +++ b/src/demo/apple.invader.a @@ -12,6 +12,7 @@ +READ_RAM2_WRITE_RAM2 jsr EnableAccelerator +LOAD_FILE_AT title, $00 + +READ_ROM_NO_WRITE lda #$60 sta $6020 diff --git a/src/demo/battlezone.a b/src/demo/battlezone.a index 082f53199..184dde6cd 100644 --- a/src/demo/battlezone.a +++ b/src/demo/battlezone.a @@ -9,7 +9,7 @@ !source "src/macros.a" +READ_RAM2_WRITE_RAM2 - jsr EnableAccelerator + ;jsr EnableAccelerator +LOAD_FILE_AT title, $00 +READ_ROM_NO_WRITE @@ -73,7 +73,7 @@ sta $5576 sta $0B8E ; disable sound - +DISABLE_ACCEL + ;+DISABLE_ACCEL jmp $810 diff --git a/src/demo/cannonball.bltz.a b/src/demo/cannonball.bltz.a index fd36b7020..a9b840106 100644 --- a/src/demo/cannonball.bltz.a +++ b/src/demo/cannonball.bltz.a @@ -11,6 +11,7 @@ +READ_RAM2_WRITE_RAM2 jsr EnableAccelerator +LOAD_FILE_AT title, $00 + +READ_ROM_NO_WRITE lda #$60 sta $1e61 diff --git a/src/demo/dung.beetles.a b/src/demo/dung.beetles.a index 23d02cf5f..f89ee82ae 100644 --- a/src/demo/dung.beetles.a +++ b/src/demo/dung.beetles.a @@ -11,6 +11,7 @@ +READ_RAM2_WRITE_RAM2 jsr EnableAccelerator +LOAD_FILE_AT title, $00 + +READ_ROM_NO_WRITE lda #$60 sta $603A diff --git a/src/demo/moon.patrol.a b/src/demo/moon.patrol.a index 7db4b4b1c..db179149b 100644 --- a/src/demo/moon.patrol.a +++ b/src/demo/moon.patrol.a @@ -11,6 +11,7 @@ +READ_RAM2_WRITE_RAM2 jsr EnableAccelerator +LOAD_FILE_AT title, $00 + +READ_ROM_NO_WRITE lda #$60 sta $49DD