Skip to content

Commit

Permalink
Formatting++
Browse files Browse the repository at this point in the history
  • Loading branch information
rhargreaves committed Sep 6, 2024
1 parent 97e1166 commit 59deb13
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions src/boot/rom_head.c
Original file line number Diff line number Diff line change
@@ -1,19 +1,31 @@
#include "genesis.h"

// clang-format off
__attribute__((externally_visible)) const ROMHeader rom_header = {
#if MEGAWIFI
"SEGA MEGAWIFI ",
#else
"SEGA SSF ",
#endif
"(C)ROB H. 2024 ", "MEGA DRIVE MIDI INTERFACE ",
"MEGA DRIVE MIDI INTERFACE ", "GM 00000000-00", 0x000, "JD ",
"(C)ROB H. 2024 ",
"MEGA DRIVE MIDI INTERFACE ",
"MEGA DRIVE MIDI INTERFACE ",
"GM 00000000-00",
0x000,
"JD ",
0x00000000,
#if (ENABLE_BANK_SWITCH != 0)
0x003FFFFF,
#else
0x000FFFFF,
#endif
0xE0FF0000, 0xE0FFFFFF, "RA", 0xF820, 0x00200000, 0x0020FFFF, " ",
" ", "JUE "
0xE0FF0000,
0xE0FFFFFF,
"RA",
0xF820,
0x00200000,
0x0020FFFF,
" ",
" ",
"JUE "
};

0 comments on commit 59deb13

Please sign in to comment.