diff 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
line wrap: on
line diff
--- a/system.h	Thu Feb 13 21:04:28 2025 -0800
+++ b/system.h	Thu Feb 13 23:07:31 2025 -0800
@@ -16,6 +16,9 @@
 	SYSTEM_SEGACD,
 	SYSTEM_SMS,
 	SYSTEM_SMS_PLAYER,
+	SYSTEM_GAME_GEAR,
+	SYSTEM_SG1000,
+	SYSTEM_SC3000,
 	SYSTEM_JAGUAR,
 	SYSTEM_MEDIA_PLAYER,
 	SYSTEM_COLECOVISION,