bios.h 208 B

12345678910111213
  1. #ifndef _WONX_SYS_BIOS_H_
  2. #define _WONX_SYS_BIOS_H_
  3. #include "bank.h"
  4. #include "comm.h"
  5. #include "disp.h"
  6. #include "key.h"
  7. #include "sound.h"
  8. #include "system.h"
  9. #include "text.h"
  10. #include "timer.h"
  11. #endif