fixed major SDL compiling errors due to r1037 and re-added newline at EOF for ines.h - win32devs, please check for unusual behaviour this may have caused
This commit is contained in:
parent
28dda0d0ff
commit
8f798d564d
|
@ -1,4 +1,5 @@
|
||||||
---version 2.0.4 yet to be released---
|
---version 2.0.4 yet to be released---
|
||||||
|
18-dec-2008 - shinydoofy - sdl - fixed compiling errors for SDL due to r1037
|
||||||
18-dec-2008 - adelikat - win32 - fullscreen mode fixed (both enters and returns to fullscreen just fine)
|
18-dec-2008 - adelikat - win32 - fullscreen mode fixed (both enters and returns to fullscreen just fine)
|
||||||
16-dec-2008 - adelikat - win32 - debugger - added "Restore original window size" button
|
16-dec-2008 - adelikat - win32 - debugger - added "Restore original window size" button
|
||||||
16-dec-2008 - adelikat - win32 - debugger - fixed SF2073113 - Debugger now has a minimum valid size
|
16-dec-2008 - adelikat - win32 - debugger - fixed SF2073113 - Debugger now has a minimum valid size
|
||||||
|
|
|
@ -1,8 +1,17 @@
|
||||||
my_list = Split("""
|
my_list = Split("""
|
||||||
01-222.cpp
|
01-222.cpp
|
||||||
|
103.cpp
|
||||||
|
106.cpp
|
||||||
|
108.cpp
|
||||||
112.cpp
|
112.cpp
|
||||||
117.cpp
|
117.cpp
|
||||||
|
120.cpp
|
||||||
|
121.cpp
|
||||||
|
15.cpp
|
||||||
164.cpp
|
164.cpp
|
||||||
|
177.cpp
|
||||||
|
178.cpp
|
||||||
|
179.cpp
|
||||||
183.cpp
|
183.cpp
|
||||||
185.cpp
|
185.cpp
|
||||||
186.cpp
|
186.cpp
|
||||||
|
@ -11,47 +20,65 @@ my_list = Split("""
|
||||||
199.cpp
|
199.cpp
|
||||||
208.cpp
|
208.cpp
|
||||||
222.cpp
|
222.cpp
|
||||||
|
23.cpp
|
||||||
235.cpp
|
235.cpp
|
||||||
|
3d-block.cpp
|
||||||
|
411120-c.cpp
|
||||||
43.cpp
|
43.cpp
|
||||||
57.cpp
|
57.cpp
|
||||||
603-5052.cpp
|
603-5052.cpp
|
||||||
|
68.cpp
|
||||||
8157.cpp
|
8157.cpp
|
||||||
8237.cpp
|
8237.cpp
|
||||||
|
830118C.cpp
|
||||||
88.cpp
|
88.cpp
|
||||||
90.cpp
|
90.cpp
|
||||||
95.cpp
|
95.cpp
|
||||||
a9711.cpp
|
a9711.cpp
|
||||||
|
a9746.cpp
|
||||||
addrlatch.cpp
|
addrlatch.cpp
|
||||||
|
ax5705.cpp
|
||||||
|
bandai.cpp
|
||||||
bmc13in1jy110.cpp
|
bmc13in1jy110.cpp
|
||||||
bmc42in1r.cpp
|
bmc42in1r.cpp
|
||||||
bmc64in1nr.cpp
|
bmc64in1nr.cpp
|
||||||
bmc70in1.cpp
|
bmc70in1.cpp
|
||||||
bonza.cpp
|
bonza.cpp
|
||||||
|
bs-5.cpp
|
||||||
|
copyfami_mmc3.cpp
|
||||||
datalatch.cpp
|
datalatch.cpp
|
||||||
deirom.cpp
|
deirom.cpp
|
||||||
dream.cpp
|
dream.cpp
|
||||||
__dummy_mapper.cpp
|
__dummy_mapper.cpp
|
||||||
edu2000.cpp
|
edu2000.cpp
|
||||||
fk23c.cpp
|
fk23c.cpp
|
||||||
|
ghostbusters63in1.cpp
|
||||||
|
gs-2004.cpp
|
||||||
|
gs-2013.cpp
|
||||||
h2288.cpp
|
h2288.cpp
|
||||||
karaoke.cpp
|
karaoke.cpp
|
||||||
kof97.cpp
|
kof97.cpp
|
||||||
konami-qtai.cpp
|
konami-qtai.cpp
|
||||||
|
ks7032.cpp
|
||||||
malee.cpp
|
malee.cpp
|
||||||
mmc1.cpp
|
mmc1.cpp
|
||||||
mmc3.cpp
|
mmc3.cpp
|
||||||
mmc5.cpp
|
mmc5.cpp
|
||||||
n106.cpp
|
|
||||||
n-c22m.cpp
|
n-c22m.cpp
|
||||||
|
n106.cpp
|
||||||
|
n625092.cpp
|
||||||
novel.cpp
|
novel.cpp
|
||||||
sachen.cpp
|
sachen.cpp
|
||||||
sheroes.cpp
|
sheroes.cpp
|
||||||
sl1632.cpp
|
sl1632.cpp
|
||||||
|
smb2j.cpp
|
||||||
subor.cpp
|
subor.cpp
|
||||||
super24.cpp
|
super24.cpp
|
||||||
supervision.cpp
|
supervision.cpp
|
||||||
|
t-227-1.cpp
|
||||||
t-262.cpp
|
t-262.cpp
|
||||||
tengen.cpp
|
tengen.cpp
|
||||||
|
tf-1201.cpp
|
||||||
""")
|
""")
|
||||||
|
|
||||||
for x in range(len(my_list)):
|
for x in range(len(my_list)):
|
||||||
|
|
|
@ -45,7 +45,7 @@ D6-D0 - Small Page High Address (D6,D5,D4,D3,D2,D1,D0,A11,A10,A9,A8,A7,A6,A5,A4,
|
||||||
|
|
||||||
static uint8 reg[3];
|
static uint8 reg[3];
|
||||||
|
|
||||||
static uint8 *CHRRAM=NULL;
|
//static uint8 *CHRRAM=NULL;
|
||||||
static uint32 CHRRAMSIZE;
|
static uint32 CHRRAMSIZE;
|
||||||
|
|
||||||
static SFORMAT StateRegs[]=
|
static SFORMAT StateRegs[]=
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
#include "mapinc.h"
|
#include "mapinc.h"
|
||||||
#include "mmc3.h"
|
#include "mmc3.h"
|
||||||
|
|
||||||
static uint8 *CHRRAM;
|
//static uint8 *CHRRAM;
|
||||||
static uint8 tekker;
|
static uint8 tekker;
|
||||||
|
|
||||||
static void MSHCW(uint32 A, uint8 V)
|
static void MSHCW(uint32 A, uint8 V)
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
#include "mapinc.h"
|
#include "mapinc.h"
|
||||||
#include "mmc3.h"
|
#include "mmc3.h"
|
||||||
|
|
||||||
static uint8 *CHRRAM = NULL;
|
//static uint8 *CHRRAM = NULL;
|
||||||
static int masko8[8]={63,31,15,1,3,0,0,0};
|
static int masko8[8]={63,31,15,1,3,0,0,0};
|
||||||
|
|
||||||
static void Super24PW(uint32 A, uint8 V)
|
static void Super24PW(uint32 A, uint8 V)
|
||||||
|
|
|
@ -1,11 +1,9 @@
|
||||||
my_list = Split("""
|
my_list = Split("""
|
||||||
151.cpp
|
151.cpp
|
||||||
15.cpp
|
|
||||||
16.cpp
|
16.cpp
|
||||||
17.cpp
|
17.cpp
|
||||||
18.cpp
|
18.cpp
|
||||||
193.cpp
|
193.cpp
|
||||||
200.cpp
|
|
||||||
201.cpp
|
201.cpp
|
||||||
202.cpp
|
202.cpp
|
||||||
203.cpp
|
203.cpp
|
||||||
|
@ -17,7 +15,6 @@ my_list = Split("""
|
||||||
217.cpp
|
217.cpp
|
||||||
21.cpp
|
21.cpp
|
||||||
225.cpp
|
225.cpp
|
||||||
__226.cpp
|
|
||||||
227.cpp
|
227.cpp
|
||||||
228.cpp
|
228.cpp
|
||||||
229.cpp
|
229.cpp
|
||||||
|
@ -26,8 +23,6 @@ __226.cpp
|
||||||
231.cpp
|
231.cpp
|
||||||
232.cpp
|
232.cpp
|
||||||
234.cpp
|
234.cpp
|
||||||
23.cpp
|
|
||||||
240.cpp
|
|
||||||
241.cpp
|
241.cpp
|
||||||
242.cpp
|
242.cpp
|
||||||
244.cpp
|
244.cpp
|
||||||
|
@ -41,7 +36,6 @@ __226.cpp
|
||||||
40.cpp
|
40.cpp
|
||||||
41.cpp
|
41.cpp
|
||||||
42.cpp
|
42.cpp
|
||||||
43.cpp
|
|
||||||
46.cpp
|
46.cpp
|
||||||
50.cpp
|
50.cpp
|
||||||
51.cpp
|
51.cpp
|
||||||
|
@ -51,7 +45,6 @@ __226.cpp
|
||||||
62.cpp
|
62.cpp
|
||||||
65.cpp
|
65.cpp
|
||||||
67.cpp
|
67.cpp
|
||||||
68.cpp
|
|
||||||
69.cpp
|
69.cpp
|
||||||
6.cpp
|
6.cpp
|
||||||
71.cpp
|
71.cpp
|
||||||
|
|
Loading…
Reference in New Issue