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:
@@ -1,10 +1,14 @@
|
||||
;
|
||||
; Oliver Schmidt, 2013-05-31
|
||||
; 2013-05-31, Oliver Schmidt
|
||||
; 2018-03-11, Sven Michael Klose
|
||||
;
|
||||
|
||||
.export joy_libref
|
||||
.export em_libref
|
||||
.export joy_libref
|
||||
.export tgi_libref
|
||||
|
||||
.import _exit
|
||||
|
||||
joy_libref := _exit
|
||||
em_libref := _exit
|
||||
joy_libref := _exit
|
||||
tgi_libref := _exit
|
||||
|
||||
Reference in New Issue
Block a user