]> git.sesse.net Git - pistorm/commit
Add dumb framebuffer RTG
authorbeeanyew <beeanyew@gmail.com>
Sun, 3 Jan 2021 02:55:49 +0000 (03:55 +0100)
committerbeeanyew <beeanyew@gmail.com>
Sun, 3 Jan 2021 02:55:49 +0000 (03:55 +0100)
commita0664148fd697682704813658f0ffd51d1260bd3
tree85b8ab51fc8c102ded23b6a9cbb58c98e37f8182
parentef9d05f9de811eb674657e8832bb6070f1f7e1ee
Add dumb framebuffer RTG

Driver source, prebuilt .card files available in rtg_driver_amiga directory.
RTG enabled by specifying "setvar rtg" at the end of the config file.
There is currently no visual output, because it's 4 AM.
14 files changed:
Makefile
config_file/config_file.c
config_file/config_file.h
emulator.c
gpio/gpio.c
platforms/amiga/amiga-platform.c
platforms/amiga/rtg/rtg.c [new file with mode: 0644]
platforms/amiga/rtg/rtg.h [new file with mode: 0644]
platforms/amiga/rtg/rtg_driver_amiga/boardinfo.h [new file with mode: 0644]
platforms/amiga/rtg/rtg_driver_amiga/build.sh [new file with mode: 0644]
platforms/amiga/rtg/rtg_driver_amiga/pigfx.c [new file with mode: 0644]
platforms/amiga/rtg/rtg_driver_amiga/pigfx020.card [new file with mode: 0644]
platforms/amiga/rtg/rtg_driver_amiga/pigfx030.card [new file with mode: 0644]
platforms/amiga/rtg/rtg_driver_amiga/settings.h [new file with mode: 0644]