Godzil
e9d7f1aa04
Add base address for IO ports to easily allow multiple instance of the same device.
2022-06-27 17:57:03 +01:00
Godzil
d6a2a77303
Add the possibility to pass parameter to device_init
...
and add a device_type_t used to know what parameter to pass to init
when needed.
2022-06-27 17:04:37 +01:00
Godzil
83e4b8d5d9
Some more cosmetics.
2022-06-27 17:01:07 +01:00
Godzil
2305ce975b
Mostly cosmetic changes
...
Update headers year
Remove useless /// headers that eat lines for no reasons
Fixed build issues because of stupid me doing stupid stuff in prototypes.
Added color and mono GPU stub.
Also a tad of code cleaning.
2022-03-14 14:50:41 +00:00
Godzil
6f56a8efda
Starting a rewrite of how the IO works.
...
Currently 100% broken, also going to change how devices are selected
for each system so no more if/else everywhere and system should be more accurate.
2021-12-20 19:12:33 +00:00