andres.delikat
f72905f602
NES - start mapper 96 (prg mapping working)
2012-07-24 14:32:09 +00:00
andres.delikat
b08c2861a4
NES - start mapper 245 prg mapping working (possibly)
2012-07-23 22:15:22 +00:00
adelikat
f45238132e
NES - start mapper 205
2012-07-22 18:41:54 +00:00
adelikat
b089f2996c
NES - decently support mappers 74 and 192 (games play fine other than missing characters in text boxes))
2012-07-22 16:57:44 +00:00
adelikat
f85b6a017b
NES - checkin start of mapper 91
2012-07-22 01:02:18 +00:00
adelikat
225079a843
NES - implement board MLT-ACTION52 (Mapper 228) for both Action-52 and Cheetahmen II
2012-07-21 20:40:10 +00:00
adelikat
86e14410b7
NES - mapper 225 finished
2012-07-21 17:19:59 +00:00
andres.delikat
5f4ad218a2
NES - start mapper 225
2012-07-20 21:48:16 +00:00
adelikat
96e7d85122
NES - add mapper 61, chr mapping is off somehow
2012-07-20 03:52:14 +00:00
andres.delikat
2e71b04de4
Start mapper 57
2012-07-19 18:30:39 +00:00
andres.delikat
77f4eeeac1
NES - implement mapper 58
2012-07-19 16:01:40 +00:00
andres.delikat
a9323e0386
NES - Implement mapper 62
2012-07-19 15:51:41 +00:00
andres.delikat
8f95b611a5
BizHawk - implement mapper 201
2012-07-19 15:01:32 +00:00
andres.delikat
c256e90a9d
NES - add mapper 203, doesn't play the 35-1 properly, but it doesn't run in fceux as well, documentation may be off, or the ROM i used is bad (not a lot of info on good dumps for these types!)
2012-07-19 14:13:45 +00:00
adelikat
188716ab7b
Start mapper 226
2012-07-18 04:22:41 +00:00
adelikat
ecd3a2dd84
NES - add mapper 233
2012-07-18 04:08:37 +00:00
adelikat
2174e9938f
Implement mapper 60
2012-07-17 23:52:55 +00:00
andres.delikat
fa449a5116
NES - add mapper 230, contra mode is working, still todo: implement mode toggling on soft reset
2012-07-17 14:02:56 +00:00
adelikat
bbf5be7d74
NES - add mappers 200 & 231, PRG mapping isn't quite right on either but some games work
2012-07-17 04:06:48 +00:00
adelikat
2d89f5485f
Implement Mapper 207, Fudou Myouou Den now playable but graphical issues.
2012-07-16 01:51:16 +00:00
adelikat
1751e615d7
Oops, update csproj file with new mapper files, update mapper compat list
2012-07-15 23:58:00 +00:00
zeromus
a33859fc1e
nes-fix mapper 088
2012-07-15 22:22:57 +00:00
adelikat
f62607dea9
Start mapper 88
2012-07-15 21:45:28 +00:00
brandman211
4f9539b73c
-Made Executive ROM and Graphics ROM read-only. I still haven't made the memory map accessibility limited by the VBlank Period, but I'm assuming that should come way later.
...
-Initialized the memory devices with a tentative size that ignores the unofficial ranges.
-Masked addresses to match those sizes (That's my understanding of what the memory map needs to do based on other examples).
-Added the ICart interface.
-Started the Intellicart parser; got far enough to know that the files I'm working with are not Intellicarts. ^_^
2012-07-15 08:38:50 +00:00
zeromus
1f588c451f
nes-add broken bisq apu. it probably wont be fixed. but its a lot of work, so there it is. also remove spam in SXROM
2012-07-14 18:43:37 +00:00
brandman211
104511c5b7
-Intellivision.cs' constructor initializes the PC to 0x1000.
...
-Set up the "official" memory map - see http://wiki.intellivision.us/index.php?title=Memory_Map
--Things I didn't do:
---Accessibility.
---Additional Occupied Memory Ranges.
---Addresses Available to Cartridges
---Initialize any of the byte arrays.
--Not sure which of these I need to do, but clearly the byte arrays have to be initialized somewhere to something and there's a lot of gaps in this memory map.
2012-07-09 05:29:45 +00:00
brandman211
a4912e66c0
-Wasn't supposed to actually increment the PC in the disassembler.
...
-Cleaned up the 0x004 (Jump) disassembler.
-Implemented 0x004 in the executor.
2012-07-08 08:42:32 +00:00
beirich
36ba018ae0
basic wire-up of Intellivision core
2012-07-08 04:20:53 +00:00
adelikat
60640acece
NES - Implement Mapper 246
2012-07-06 03:44:34 +00:00
zeromus
5b356c5157
nes-support mapper 178 and fix a regression from yesterday that made most roms not loadable
2012-06-23 18:30:27 +00:00
zeromus
50d4564e0e
nes-support mapper 116
2012-06-23 08:52:12 +00:00
zeromus
8bf9b92949
nes-support mapper 241
2012-06-20 22:24:56 +00:00
zeromus
6156188676
nes-support m015
2012-06-19 21:23:24 +00:00
adelikat
a2a9bfde3c
NES - implement mapper 92
2012-06-16 23:34:42 +00:00
zeromus
540be07cf2
nes-support mapper 076
2012-06-15 19:55:29 +00:00
zeromus
916066c3f0
nes-mmc3/namcot108 differences have become more clear in the past few months. refactor those mappers (split them apart, theyre not as similar as once thought) to reflect new understandings. no functional improvement from this other than maybe some new bugs, but it will help on some other mappers later
2012-06-15 19:24:06 +00:00
zeromus
3a336b9ef4
nes-mapper 67
2012-06-11 06:32:44 +00:00
zeromus
cff7ba6d24
nes-fix lagrange point, including sound
2012-06-07 20:52:49 +00:00
brandman211
c3a4b12ca9
-Copied over the functions I need to implement for GB, leaving FrameAdvance and GetVideoBuffer unimplemented until I fully understand them.
2012-05-28 08:37:52 +00:00
brandman211
2553ac50bb
-As I'm not going to know what I'm doing if I keep hacking away at zeromus' old core blindly, I'm writing a new one.
...
--It's going to be based heavily based on Imran Nazar's "GameBoy Emulation in Javascript" series. I figure it's better that I learn by emulation (Har har) instead of spending more time reading references than programming.
--Finished the memory management (Part 2).
--adelikat:
---Do I implement the required functions for IEmulator and IVideoProvider now, do it later, or is this something you or zeromus would do (Like for the API)?
---At what point should we have the emulator actually use this core instead of zeromus'? As terrible as he says his is, this one doesn't do anything yet. Still, I need some mechanism of testing it.
2012-05-27 04:06:48 +00:00
goyuken
a313d3910d
Add sound output to sound card while dumping is occurring. Uses a proxy ISoundProvider (DualSound.cs) to guarantee emulation sound core and dumping routine are unaffected, while sending "best effort" sound to system output. Doesn't sound great, but simple and functional.
2012-05-09 20:21:23 +00:00
adelikat
5fa0a681e1
Colecohawk - start VDP (ripped from the SMS core)
2012-05-06 02:48:39 +00:00
beirich
59eb4b4abe
ym2612: support TimerA and TimerB
2012-04-29 06:05:15 +00:00
beirich
7f1292d4f9
start on YM2612. DAC works. process port writes for FM channels. No FM channels output audio yet.
2012-04-29 01:09:06 +00:00
zeromus
73fba31c34
nes-add mapper012 (mmc3 variant, for dragon ball z 5). add concept of mmc3 chip revision variants to mmc3 code and game database, and add proper emulation thereof. pass a bunch of mmc3 tests. simplify (to almost nothing) iNES board detection to correspond to new paradigms of virtual board types. your savestates for mmc3 games are invalidated.
2012-04-14 08:28:42 +00:00
zeromus
a561f8b7e7
nes-add mapper 227
2012-04-09 18:13:58 +00:00
adelikat
28effcba8c
Atari - go ahead and hook up empty mappers for all 20 mappers
2012-03-31 20:53:14 +00:00
adelikat
7e30f2844f
Atri - implement mapper F6
2012-03-31 20:32:40 +00:00
zeromus
6fc4ff01c5
a2600-add mapper system
2012-03-30 00:35:15 +00:00
adelikat
6b9024dd5c
Start colecohawk (skeleton)
2012-03-25 01:33:05 +00:00