Commit Graph

21 Commits

Author SHA1 Message Date
zeromus ddd786eadf support mmc5 in newppu 2008-08-24 00:04:09 +00:00
zeromus 34f6554719 just futzing around 2008-08-21 14:54:48 +00:00
zeromus 032ac9597b upgrade to cah4e3's latest mapper 163&164 code to fix a crash in a game 2008-08-11 17:20:56 +00:00
zeromus 919896bba5 remove cnrom chr rom size limit for dwedit's homebrew cart. 2008-08-10 22:43:06 +00:00
zeromus d82960c553 fix the rest of kuja's issues 2008-08-06 09:36:48 +00:00
zeromus 37a5c13816 fix an mmc5 issue which made kujakiller's homebrew game not get access to all the wram he would like for it to have. i made homebrew games get the full 64KB of wram 2008-08-04 16:24:35 +00:00
punkrockguy318 48e8f5d378 fixed some build errors on latest gcc 2008-07-03 05:12:45 +00:00
zeromus 742969facb fix a bug which caused mmc1 (and maybe other mappers) not to re-initialize their save ram whenever they were replayed multiple times in release mode 2008-06-17 08:12:48 +00:00
zeromus e0a14909f0 faster compiles (mappers include 1/3 as much code now)
fix some memory leaks by changing the path generation APIs to return std::string.. but it still gets strdupped by a lot of clients. 
switch over more movie and savestate code to use iostreams instead of stdio
remove the temporary savestate stuff for more tasing speed hopefully
2008-06-17 06:55:07 +00:00
jeblanchard 84e7d10f38 Kill many warnings. Note: may waste bytes of memory! 2008-06-10 16:06:14 +00:00
jeblanchard fa951d9fbb Save the position within an MMC1 controller write! 2008-06-10 05:04:51 +00:00
jeblanchard 8e546b1bed More silly warning elimination 2008-06-07 01:21:38 +00:00
zeromus 43908a249d goodbye fastapass and c80x86 2008-06-06 03:02:00 +00:00
gimmedonutnow c39de3f8a8 - pretty much done commenting... might have a chance to start cleanup tonight
- had to change the name of the 'brk' variable name again... please don't change it back... brk is a reserved word in *nix.
2006-08-03 00:31:31 +00:00
CaH4e3 777dc074bc Some mapper fixes, new UNIF board SL1632 was added. 2006-08-02 19:24:21 +00:00
zeromus e3c020b64d added vc7 project, cleaned up some things 2006-08-01 07:56:11 +00:00
zeromus cd427263da moved some util files to utils directory 2006-08-01 05:50:19 +00:00
radsaq ebab58016c Simplify scons stuff:
- instead of doing Import() and Export() for subdirs, just Return() the files
  in the subdirectories' SConscripts and add that to the top-level file list
- remove the manual handling of sdl-config output, as scons will do it for us
- remove the manual addition of libz to LIBS, as scons seems to automatically
  do it if you do a CheckLib()
- properly read and use $CC, $CFLAGS, and $LDFLAGS environment variables,
  if they exist
2006-07-31 22:24:21 +00:00
zeromus bd5f91edcf added newline to __dummy_mapper.cpp
considered the windows default hotkeys
2006-07-31 07:40:11 +00:00
punkrockguy318 45156a8ba6 fixed compiler warning 2006-07-31 04:21:30 +00:00
zeromus 80d0d46d73 moved fceu to its own folder to make room for other projects
[[Split portion of a mixed commit.]]
2006-07-29 05:46:15 +00:00