Quote:
Originally Posted by dsi76
I used Platform Rebuilder which does not rely on .VM or .ROM
|
Quote:
Originally Posted by dodgexjeep2000
dsi76, i keep getting an integer overflow error with your vga sys
|
I have said many times, you need to be careful with PlatformBuilder and WMReloc. They hide errors/warnings of memory overlaps. An OVERFLOW is when the module can't fit in the memory alloc'd, so PlatformRebuilder and/or WMReloc will allow that two modules to share alloc's. This can be very bad. I would strongly recommend making your SYS pass a G'Reloc before building with PlatformBuilder. I have found this to greatly increase the stability of my ROMs.