Mercurial > repos > blastem
comparison system.h @ 2718:8ce5d1a7ef54
Initial work to integrate PAC-less LaserActive emulation
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Wed, 16 Jul 2025 12:32:28 -0700 |
parents | 5ca4e0fd761b |
children |
comparison
equal
deleted
inserted
replaced
2717:04007ac9ee3b | 2718:8ce5d1a7ef54 |
---|---|
21 SYSTEM_SC3000, | 21 SYSTEM_SC3000, |
22 SYSTEM_JAGUAR, | 22 SYSTEM_JAGUAR, |
23 SYSTEM_MEDIA_PLAYER, | 23 SYSTEM_MEDIA_PLAYER, |
24 SYSTEM_COLECOVISION, | 24 SYSTEM_COLECOVISION, |
25 SYSTEM_PICO, | 25 SYSTEM_PICO, |
26 SYSTEM_COPERA | 26 SYSTEM_COPERA, |
27 SYSTEM_LASERACTIVE | |
27 } system_type; | 28 } system_type; |
28 | 29 |
29 typedef enum { | 30 typedef enum { |
30 DEBUGGER_NATIVE, | 31 DEBUGGER_NATIVE, |
31 DEBUGGER_GDB | 32 DEBUGGER_GDB |