mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-10 21:05:12 +01:00
[Core/MD] added compiler configurable max ROM size
This commit is contained in:
parent
8a5cce4e8d
commit
0b27a42d2f
@ -40,7 +40,9 @@
|
|||||||
#ifndef _LOADROM_H_
|
#ifndef _LOADROM_H_
|
||||||
#define _LOADROM_H_
|
#define _LOADROM_H_
|
||||||
|
|
||||||
|
#ifndef MAXROMSIZE
|
||||||
#define MAXROMSIZE 10485760
|
#define MAXROMSIZE 10485760
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user