Fixed newline issue (mostly for my own sanity)
This commit is contained in:
@@ -17,11 +17,14 @@ along with this program; if not, write to the Free Software
|
|||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//C++ style code in C
|
//C++ style code in C
|
||||||
#define bool unsigned char
|
#define bool unsigned char
|
||||||
#define true 1
|
#define true 1
|
||||||
#define false 0
|
#define false 0
|
||||||
|
|
||||||
|
|
||||||
#define Lo 0x7FC0
|
#define Lo 0x7FC0
|
||||||
#define Hi 0xFFC0
|
#define Hi 0xFFC0
|
||||||
#define EHi 0x40FFC0
|
#define EHi 0x40FFC0
|
||||||
@@ -34,7 +37,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|||||||
//functions from init.asm, or replace with
|
//functions from init.asm, or replace with
|
||||||
//better versions from NSRT. -Nach
|
//better versions from NSRT. -Nach
|
||||||
|
|
||||||
|
|
||||||
//init.asm goodness
|
//init.asm goodness
|
||||||
extern unsigned int NumofBanks;
|
extern unsigned int NumofBanks;
|
||||||
extern unsigned int NumofBytes;
|
extern unsigned int NumofBytes;
|
||||||
@@ -42,8 +44,6 @@ extern unsigned int *romdata;
|
|||||||
extern unsigned char romtype;
|
extern unsigned char romtype;
|
||||||
extern unsigned char Interleaved;
|
extern unsigned char Interleaved;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
unsigned int maxromspace;
|
unsigned int maxromspace;
|
||||||
unsigned int curromspace;
|
unsigned int curromspace;
|
||||||
unsigned int infoloc;
|
unsigned int infoloc;
|
||||||
@@ -350,3 +350,4 @@ void MirrorROM()
|
|||||||
ROM[ROMSize++] = ROM[StartMirror++];
|
ROM[ROMSize++] = ROM[StartMirror++];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user