diff options
Diffstat (limited to 'emulators/fmsx/patches/patch-ad')
-rw-r--r-- | emulators/fmsx/patches/patch-ad | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/emulators/fmsx/patches/patch-ad b/emulators/fmsx/patches/patch-ad index cc51bdcf2c3..140d911fa1b 100644 --- a/emulators/fmsx/patches/patch-ad +++ b/emulators/fmsx/patches/patch-ad @@ -1,9 +1,9 @@ -$NetBSD: patch-ad,v 1.1.1.1 2000/07/28 15:54:29 martin Exp $ +$NetBSD: patch-ad,v 1.2 2000/08/06 14:45:05 wiz Exp $ ---- MSX.c.orig Tue Sep 7 01:18:17 1999 -+++ MSX.c Fri Jul 28 17:30:49 2000 -@@ -85,7 +85,7 @@ - int Drives[2] = { -1,-1 }; /* Disk image files */ +--- MSX.c.orig Thu Aug 3 19:07:13 2000 ++++ MSX.c Sun Aug 6 15:25:56 2000 +@@ -106,7 +106,7 @@ + char *DiskB = "DRIVEB.DSK"; /* Drive B disk image */ /** Fixed font used by fMSX **********************************/ -char *FontName = "DEFAULT.FNT"; /* Font file for text */ @@ -11,7 +11,7 @@ $NetBSD: patch-ad,v 1.1.1.1 2000/07/28 15:54:29 martin Exp $ byte *FontBuf; /* Font for text modes */ byte UseFont = 0; /* Use ext. font when 1 */ -@@ -339,7 +339,7 @@ +@@ -374,7 +374,7 @@ { case 0: if(Verbose) printf(" Opening MSX.ROM..."); @@ -20,7 +20,7 @@ $NetBSD: patch-ad,v 1.1.1.1 2000/07/28 15:54:29 martin Exp $ PRINTRESULT(P); if(!P) return(0); MemMap[0][0][0]=P; -@@ -350,7 +350,7 @@ +@@ -385,7 +385,7 @@ case 1: if(Verbose) printf(" Opening MSX2.ROM..."); @@ -29,7 +29,7 @@ $NetBSD: patch-ad,v 1.1.1.1 2000/07/28 15:54:29 martin Exp $ PRINTRESULT(P); if(!P) return(0); MemMap[0][0][0]=P; -@@ -358,7 +358,7 @@ +@@ -393,7 +393,7 @@ MemMap[0][0][2]=P+0x4000; MemMap[0][0][3]=P+0x6000; if(Verbose) printf(" Opening MSX2EXT.ROM..."); @@ -38,7 +38,7 @@ $NetBSD: patch-ad,v 1.1.1.1 2000/07/28 15:54:29 martin Exp $ PRINTRESULT(P); if(!P) return(0); MemMap[3][1][0]=P; -@@ -367,7 +367,7 @@ +@@ -402,7 +402,7 @@ case 2: if(Verbose) printf(" Opening MSX2P.ROM..."); @@ -47,7 +47,7 @@ $NetBSD: patch-ad,v 1.1.1.1 2000/07/28 15:54:29 martin Exp $ PRINTRESULT(P); if(!P) return(0); MemMap[0][0][0]=P; -@@ -375,7 +375,7 @@ +@@ -410,7 +410,7 @@ MemMap[0][0][2]=P+0x4000; MemMap[0][0][3]=P+0x6000; if(Verbose) printf(" Opening MSX2PEXT.ROM..."); @@ -56,7 +56,7 @@ $NetBSD: patch-ad,v 1.1.1.1 2000/07/28 15:54:29 martin Exp $ PRINTRESULT(P); if(!P) return(0); MemMap[3][1][0]=P; -@@ -384,7 +384,7 @@ +@@ -419,7 +419,7 @@ } /* Try loading DiskROM */ @@ -65,7 +65,7 @@ $NetBSD: patch-ad,v 1.1.1.1 2000/07/28 15:54:29 martin Exp $ { if(Verbose) puts(" Opening DISK.ROM...OK"); MemMap[3][1][2]=P; -@@ -434,16 +434,16 @@ +@@ -474,16 +474,16 @@ if(Verbose) printf("Loading other ROMs:\n "); /* Try loading CMOS memory contents */ @@ -85,7 +85,7 @@ $NetBSD: patch-ad,v 1.1.1.1 2000/07/28 15:54:29 martin Exp $ { if(Verbose) printf(" RS232.ROM"); MemMap[3][0][2]=P; -@@ -451,7 +451,7 @@ +@@ -491,7 +491,7 @@ } /* Try loading FM-PAC support ROM */ @@ -94,7 +94,7 @@ $NetBSD: patch-ad,v 1.1.1.1 2000/07/28 15:54:29 martin Exp $ { if(Verbose) printf(" FMPAC.ROM"); MemMap[3][3][2]=P; -@@ -467,7 +467,7 @@ +@@ -520,7 +520,7 @@ else J=0; /* Try loading PAINTER ROM if slot found */ |