Added a 160x192x2 TGI (graphics) driver to the VIC-20 library.
The driver requires a special linker configuration: "vic20-tgi.cfg". The VIC-20 computer needs at least 8K of expansion RAM! "tgidemo.c" needed to be adjusted because the VIC-20's vertical (y) range is greater than its horizontal (x) range -- the opposite of most other platforms. Also, the circle demo would jam on the VIC-20.
This commit is contained in:
8
libsrc/vic20/tgi_stat_stddrv.s
Normal file
8
libsrc/vic20/tgi_stat_stddrv.s
Normal file
@@ -0,0 +1,8 @@
|
||||
;
|
||||
; Address of the static standard TGI driver
|
||||
;
|
||||
; const void tgi_static_stddrv[];
|
||||
;
|
||||
|
||||
.import _vic20_hi_tgi
|
||||
.export _tgi_static_stddrv := _vic20_hi_tgi
|
||||
Reference in New Issue
Block a user