Simplify Gamate tile redefinition (as already done for PCE)
This commit is contained in:
parent
5ba9d28488
commit
6fdb356db7
2 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
|||
.include "gamate.inc"
|
||||
.include "extzp.inc"
|
||||
|
||||
.import fontdata
|
||||
.import colors
|
||||
.importzp ptr1, tmp1
|
||||
|
||||
|
@ -24,8 +25,3 @@ initconio:
|
|||
sta BGCOLOR
|
||||
rts
|
||||
|
||||
.segment "RODATA"
|
||||
|
||||
.export fontdata
|
||||
fontdata:
|
||||
.include "vga.inc"
|
||||
|
|
7
libsrc/gamate/vga.inc → libsrc/gamate/vga.s
Normal file → Executable file
7
libsrc/gamate/vga.inc → libsrc/gamate/vga.s
Normal file → Executable file
|
@ -1,6 +1,11 @@
|
|||
|
||||
; VGA charset for the Gamate conio implementation
|
||||
|
||||
.export fontdata
|
||||
|
||||
.rodata
|
||||
|
||||
fontdata:
|
||||
|
||||
.byte $00, $00, $00, $00, $00, $00, $00, $00
|
||||
|
||||
; 1
|
Loading…
Add table
Reference in a new issue