mirror of
https://github.com/cc65/cc65.git
synced 2025-08-10 04:25:21 +00:00
Simplify Gamate tile redefinition (as already done for PCE)
This commit is contained in:
committed by
Oliver Schmidt
parent
5ba9d28488
commit
6fdb356db7
@@ -1,6 +1,7 @@
|
|||||||
.include "gamate.inc"
|
.include "gamate.inc"
|
||||||
.include "extzp.inc"
|
.include "extzp.inc"
|
||||||
|
|
||||||
|
.import fontdata
|
||||||
.import colors
|
.import colors
|
||||||
.importzp ptr1, tmp1
|
.importzp ptr1, tmp1
|
||||||
|
|
||||||
@@ -24,8 +25,3 @@ initconio:
|
|||||||
sta BGCOLOR
|
sta BGCOLOR
|
||||||
rts
|
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
|
; VGA charset for the Gamate conio implementation
|
||||||
|
|
||||||
|
.export fontdata
|
||||||
|
|
||||||
|
.rodata
|
||||||
|
|
||||||
|
fontdata:
|
||||||
|
|
||||||
.byte $00, $00, $00, $00, $00, $00, $00, $00
|
.byte $00, $00, $00, $00, $00, $00, $00, $00
|
||||||
|
|
||||||
; 1
|
; 1
|
Reference in New Issue
Block a user