Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DC system to info #183

Merged
merged 3 commits into from
Sep 29, 2024
Merged

Add DC system to info #183

merged 3 commits into from
Sep 29, 2024

Conversation

Deterous
Copy link
Contributor

@Deterous Deterous commented Aug 20, 2024

Adds Dreamcast as a supported system by redumper info
Fixes #137

Based this off the MCD code, but with the changes required for the DC header.
Example output:

DC [Demolition Racer - No Exit (USA) (Demo) (Track 1).bin]:
  build date: 2000-07-10
  version: 0.800
  serial: T15112N
  region: USA
  header:
0000 : 53 45 47 41 20 53 45 47  41 4B 41 54 41 4E 41 20   SEGA SEGAKATANA
0010 : 53 45 47 41 20 45 4E 54  45 52 50 52 49 53 45 53   SEGA ENTERPRISES
0020 : 35 43 36 42 20 47 44 2D  52 4F 4D 31 2F 31 20 20   5C6B GD-ROM1/1
0030 : 20 55 20 20 20 20 20 20  30 37 38 31 41 31 30 20    U      0781A10
0040 : 54 31 35 31 31 32 4E 20  20 20 56 30 2E 38 30 30   T15112N   V0.800
0050 : 32 30 30 30 30 37 31 30  20 20 20 20 20 20 20 20   20000710
0060 : 31 53 54 5F 52 45 41 44  2E 42 49 4E 20 20 20 20   1ST_READ.BIN
0070 : 53 45 47 41 20 4C 43 2D  54 2D 31 35 31 20 20 20   SEGA LC-T-151
0080 : 44 45 4D 4F 4C 49 54 49  4F 4E 20 52 41 43 45 52   DEMOLITION RACER
0090 : 20 2D 20 4E 4F 20 45 58  49 54 20 49 4E 46 4F 47    - NO EXIT INFOG
00A0 : 52 41 4D 45 53 20 46 52  45 45 20 44 45 4D 4F 20   RAMES FREE DEMO
00B0 : 20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20
00C0 : 20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20
00D0 : 20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20
00E0 : 20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20
00F0 : 20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20

@superg superg merged commit 1221bbd into superg:main Sep 29, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redumper does not output Sega Dreamcast header information in the log.
2 participants