main.h 664 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .MEMORYMAP
  2. DEFAULTSLOT 0
  3. SLOTSIZE $10000
  4. SLOT 0 $0000
  5. .ENDME
  6. .ROMBANKMAP
  7. BANKSTOTAL 2
  8. BANKSIZE $10000
  9. BANKS 2
  10. .ENDRO
  11. .snesheader
  12. id "QD16"
  13. name "QUICKDEV16"
  14. hirom
  15. fastrom
  16. cartridgetype 0
  17. romsize 8
  18. sramsize 0
  19. country 0
  20. licenseecode $33
  21. version 0
  22. .endsnes
  23. .SNESNATIVEVECTOR
  24. COP EmptyHandler
  25. BRK EmptyHandler
  26. ABORT EmptyHandler
  27. NMI EmptyHandler
  28. UNUSED IrqHookUp
  29. IRQ EmptyHandler
  30. .ENDNATIVEVECTOR
  31. .SNESEMUVECTOR
  32. COP EmptyHandler
  33. ABORT EmptyHandler
  34. NMI EmptyHandler
  35. RESET Boot
  36. IRQBRK EmptyHandler
  37. .ENDEMUVECTOR
  38. .EMPTYFILL $ff
  39. .include "routines/variables.h"
  40. .include "routines/defines.h"