Skip to content

Commit

Permalink
fix file-size (#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loggan92 committed Jan 8, 2023
1 parent 018dc2e commit afd379e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/burn/drv/spectrum/d_spectrum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39412,7 +39412,7 @@ struct BurnDriver BurnSpecOrderslpdrag = {
// S.I.P. - Special Intergalactic Painter (48K) (HB)

static struct BurnRomInfo SpecSipRomDesc[] = {
{ "S.I.P. - Special Intergalactic Painter 48K (2014)(Gamemaster).tap", 24836, 0x36df6da2, BRF_ESS | BRF_PRG },
{ "S.I.P. - Special Intergalactic Painter 48K (2014)(Gamemaster).tap", 12343, 0x36df6da2, BRF_ESS | BRF_PRG },
};

STDROMPICKEXT(SpecSip, SpecSip, Spectrum)
Expand Down

0 comments on commit afd379e

Please sign in to comment.