castleraider
changeset 313:9fd6559fe08d
Reused the vsync routine on the BBC Micro to save space.
| author | David Boddie <david@boddie.org.uk> |
|---|---|
| date | Tue May 13 23:34:07 2014 +0200 |
| parents | d3b0c86ea682 |
| children | 7f95ec7aca72 |
| files | bbc.oph |
| diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line diff
1.1 --- a/bbc.oph Sun May 11 00:02:52 2014 +0200 1.2 +++ b/bbc.oph Tue May 13 23:34:07 2014 +0200 1.3 @@ -15,8 +15,7 @@ 1.4 1.5 show_bank1: 1.6 1.7 - lda #19 1.8 - jsr $fff4 1.9 + jsr vsync 1.10 1.11 lda #12 1.12 sta $fe00 1.13 @@ -34,8 +33,7 @@ 1.14 1.15 show_bank2: 1.16 1.17 - lda #19 1.18 - jsr $fff4 1.19 + jsr vsync 1.20 1.21 lda #12 1.22 sta $fe00
