Mercurial > repos > blastem
comparison system.h @ 2604:c768bbd912f1
Give sega 8-bit consoles separate system_type enum values and allow selecting them from the command line
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Thu, 13 Feb 2025 23:07:31 -0800 |
parents | 6aa3025bbf5f |
children |
comparison
equal
deleted
inserted
replaced
2603:acb8f0f70a68 | 2604:c768bbd912f1 |
---|---|
14 SYSTEM_GENESIS, | 14 SYSTEM_GENESIS, |
15 SYSTEM_GENESIS_PLAYER, | 15 SYSTEM_GENESIS_PLAYER, |
16 SYSTEM_SEGACD, | 16 SYSTEM_SEGACD, |
17 SYSTEM_SMS, | 17 SYSTEM_SMS, |
18 SYSTEM_SMS_PLAYER, | 18 SYSTEM_SMS_PLAYER, |
19 SYSTEM_GAME_GEAR, | |
20 SYSTEM_SG1000, | |
21 SYSTEM_SC3000, | |
19 SYSTEM_JAGUAR, | 22 SYSTEM_JAGUAR, |
20 SYSTEM_MEDIA_PLAYER, | 23 SYSTEM_MEDIA_PLAYER, |
21 SYSTEM_COLECOVISION, | 24 SYSTEM_COLECOVISION, |
22 SYSTEM_PICO, | 25 SYSTEM_PICO, |
23 SYSTEM_COPERA | 26 SYSTEM_COPERA |