Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoedemakers committed Apr 21, 2024
1 parent 17fd9f9 commit de730ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions assets/bladebuster.c
Original file line number Diff line number Diff line change
Expand Up @@ -32779,7 +32779,3 @@ unsigned char builtinrom[] = {
0xff, 0xff, 0xff, 0xff
};
unsigned int builtinrom_len = 393232;

#ifdef __cplusplus
}
#endif
4 changes: 1 addition & 3 deletions assets/builtinrom.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#pragma once
// Blade Buster (http://hlc6502.web.fc2.com/Bbuster.htm)
// Generated from BladeBuster.nes using
// xxd -i BladBuster.nes > builtinrom.h

// Specify the name of the built-in ROM to include
#define BUILTINROM_BLADEBUSTER
extern unsigned char builtinrom[];
extern unsigned int builtinrom_len;
Expand Down

0 comments on commit de730ed

Please sign in to comment.