CGDoom/src-sdl2
Lephenixnoir a416d40eea
Organize folders and build system to prepare for small revamp
Goals include:
* To recover emulator code into a working state (using SDL2 as I cannot
  use the Windows library)
* To allow memory management in emulator to not mirror the intricacies
  of the calculator version (eg. aSystemStack, aVRAMBuffer, etc)
* To recover actual printf-style error messages on the calculator
* To use the standard library and avoid random reimplementations of
  functions
* And other code cleanups that are only possible with CGDoom-specific
  header files, instead of the mix in platform.h and os.h
2021-08-14 09:42:57 +02:00
..
emul.c Organize folders and build system to prepare for small revamp 2021-08-14 09:42:57 +02:00
emul.h Organize folders and build system to prepare for small revamp 2021-08-14 09:42:57 +02:00
keyboard.hpp Organize folders and build system to prepare for small revamp 2021-08-14 09:42:57 +02:00
platform.h Organize folders and build system to prepare for small revamp 2021-08-14 09:42:57 +02:00
tastatur.bmp Organize folders and build system to prepare for small revamp 2021-08-14 09:42:57 +02:00
tastatur.c Organize folders and build system to prepare for small revamp 2021-08-14 09:42:57 +02:00