beirich
11464a7e03
Move Gambatte files to Nintendo folder
...
Clean up some missing file links in the csproj file
2012-09-09 01:40:29 +00:00
beirich
e8de0327d2
Remove the 2 dead gameboy cores
2012-09-09 01:31:30 +00:00
goyuken
588d6214d5
more gambatte wrapper stuff
2012-09-08 21:36:04 +00:00
goyuken
3061abbc4b
preliminary C api for libgambatte, plus pinvoke bindings
...
i'm a bit out of my league on this one, but that's ok
2012-09-08 20:22:07 +00:00
goyuken
001b28c60e
replace junk and bad license resamplers with libspeexdsp (using p/invoke). MIT licensed, sounds pretty decent.
...
the p/invoke wrapper class is a hackjob i was using for testing and will be replaced.
2012-09-07 18:49:18 +00:00
zeromus
ad6910fd74
snes-some beginning steps on graphics debugging tools. nothing to see yet, move along
2012-09-06 08:32:25 +00:00
goyuken
b0e3a332d8
abstract resampling functionality into IStereoResampler for testing purposes
...
add two example resamplers that implement this: LinearResampler and CubicResampler. both are very basic and sound like shit compared to libresample4j
ultimately, a single good resampler with a better license than libresample4j should be selected and used
2012-09-05 21:21:35 +00:00
goyuken
0430ec91c8
add resampler based on libresample4j (LGPL)
...
hook that up to libsnes, so libsnes audio now goes through libresample4j and then metaspu
it sounds ok
2012-09-05 18:52:17 +00:00
zeromus
37e6f68370
bsneshawk step 1 of N - compile libsnes, make bsneshawk core, setup interop, support frameadvance, video, gamepad. games are playable, I think.
2012-09-04 00:20:36 +00:00
beirich
d745b3112b
whoops, commit .csproj also for previous change
2012-09-03 00:46:28 +00:00
beirich
8ad3e72ffa
Allow easy swapping of active 68000 core the C# core, or Musashi... As we are likely to be swapping between versions rapidly for some period of time.
2012-08-26 14:39:06 +00:00
brandman211
5239b4f55b
-Separated the STIC and PSG memory map logic into new objects.
...
-Foreground / Background | Color Stack Mode
--Actually made a boolean for it (FGBG).
--Reading from a write-only STIC alias of $21 does change the STIC into Color Stack mode, but it doesn't actually read.
--Color stack mode is enabled when $21 or its alias is read and it is disabled (FGBG) when written its written, both having to occur during VBlank Period 1.
---This is what I gathered from the wiki, but I'm confused as to why it says that "The STIC stays in this mode until the program accesses location $21 again." I'm assuming this doesn't mean the mode changes on every access because then I don't understand why a read would change to a different mode than a write.
--FGBG is disabled by default. I don't think it matters.
2012-08-08 23:05:55 +00:00
beirich
32bc79be06
ym2612 mothaaaaafukkkkaaaaaaa
2012-08-07 05:48:30 +00:00
adelikat
ea8d47bcc0
Start Mapper 197 (based on MMC3) and sort out the use of this vs Mapper 91.
2012-08-05 21:34:00 +00:00
zeromus
6a63f2f197
nes-work on mapper091 a bit, but its still not right
2012-08-05 20:19:07 +00:00
adelikat
c0706ed0ac
NES - add Mapper 120 (not documented by Disch docs), used by Tobidase Daisakusen (FDS Conversion). Mapper implementation based on FCEUX but game freezes before gameplay starts (plays fine in FCEUX)
2012-08-04 19:02:51 +00:00
adelikat
70f07346b1
NES - start VRC6 sound, currently sounds terrible
2012-08-03 02:08:42 +00:00
andres.delikat
eeb0171eda
Start mapper 90/209
2012-07-31 22:04:45 +00:00
brandman211
80a0f8f75b
-Made Intellicart its own class.
...
-Separated cartridge logic into a separate ICart named Cartridge.cs.
-Made WriteMemory return a bool to match ICart.Write. It currently returns true if either the cart or the core responded.
TODO: Parse the vanilla Intellivision ROM, which will hopefully include the read / writability of the data segments. adelikat seems to think that I just need to send the bytes to $5000, but I'm not convinced.
2012-07-31 06:54:20 +00:00
adelikat
59ba7efdaf
NES - start mapper 18
2012-07-29 22:40:57 +00:00
adelikat
d4ac95bd30
NES - implement mappers 74 and 194. Added gamedb entries for the games I could find that correspond to these mappers
2012-07-29 18:35:24 +00:00
adelikat
047ed975d1
NES - implement mapper 234
2012-07-29 03:42:05 +00:00
adelikat
9e96eb9ddc
NES - start mapper 52
2012-07-28 18:14:04 +00:00
adelikat
7805c460d0
NES - start mapper 50, but it doesn't work
2012-07-28 03:11:39 +00:00
adelikat
10c71da526
NES - implement mapper 45
2012-07-28 01:29:06 +00:00
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
zeromus
0cf6b0bcb7
switch atari 2600 to new 6502 core
2012-03-24 03:45:47 +00:00
zeromus
2b21ca7127
add new, more detailed 6502X cpu core, use it in the nes core as experiment. win almost all the speed back, pass some more tests.
2012-03-15 21:28:37 +00:00
pjgat09
d80abfaba5
Atari 2600: renamed TIA to oldTIA in preparation for a new TIA revision
2012-03-15 21:08:00 +00:00
peter
e310e90d9f
Conditionally compile Windows code, make Throttle class portable, and add dummy input/audio implementations for non-Windows
...
This is (almost, bar some local resource hacks) enough to start the
emulator on Linux/Mono, load a ROM and watch the demo (input and
audio don't work yet).
2012-03-12 04:44:34 +00:00
peter
0776d48b81
Add subwcrev.sh build script for non-Windows platforms
2012-03-12 04:44:10 +00:00
beirich
bc2e7995cc
clone 6502 into 6507
2012-03-11 03:09:43 +00:00
zeromus
edebf0da14
nes-"support" mapper 191 (no known test cases)
2012-03-09 04:57:46 +00:00
zeromus
b65438d819
nes-support mapper 189
2012-03-09 04:44:30 +00:00
zeromus
cf5dcb1cd5
nes-support mapper 182
2012-03-09 04:30:46 +00:00
zeromus
f592fc3748
nes-support mapper 115
2012-03-09 04:15:56 +00:00
adelikat
5655262df6
Start Mapper 46, could not get the gamedb.txt entry to work properly
2012-03-09 02:57:04 +00:00
pjgat09
405af35d72
Started work on Atari 2600 core. Added stubs for the TIA and M6532 to be filled in later. Memory map is hard coded, but will only work for basic 4K carts like pitfall. That'll have to be changed later.
2012-03-08 08:12:44 +00:00
pjgat09
0f92deb140
Added an atari docs folder
2012-03-07 00:55:09 +00:00
zeromus
c0ace9ce83
add a2600 core stub
2012-03-07 00:40:20 +00:00
zeromus
ed9de010c0
nes-add some crappy mmc3 multicart mappers
2012-03-06 09:42:11 +00:00
adelikat
868bcc8502
Forgot to check this in
2012-03-05 18:23:18 +00:00
zeromus
38143cd9ce
subwcrev version numbering on bizhawk.emulation.dll
2012-03-03 19:19:25 +00:00
adelikat
6d9eb41105
Oops, didnt check this file in last time
2012-02-25 16:53:02 +00:00
zeromus
f801d04a46
now remove traces of psx from the current project, so it doesnt confuse any users
2012-02-24 20:45:27 +00:00
zeromus
fd6ac896fc
general cleanup.. remove a bunch of warnings.. improve log console system a bit.. add new icons for log console window.. remove old demo psx interop system and add new, simpler one, which isnt really tested yet but is way less annoying.
2012-02-24 20:38:35 +00:00
zeromus
5f66de57ec
discohawk-add capability for searching for mis-extensioned files (broadens compatibility a bit) and autodetecting audio tracks based on extension where otherwise marked as binary.
2012-01-21 21:23:19 +00:00
zeromus
d2aba72502
nes-add HKROM mmc6 (startropics)
2011-10-14 09:27:22 +00:00
beirich
5b5c7c2890
68000: add MULU, MULS, DIVU, DIVS, MOVE to CCR
...
Some genesis source reorganization
2011-10-11 03:52:44 +00:00
beirich
f3dc6068ce
delete extra/external 68k core
2011-09-27 02:46:23 +00:00
zeromus
58738c1af3
nes-sunsoft reorg yet again. think we've got it under control this time though. i even added a doc specially for sunsoft to describe whats going on
2011-09-26 08:05:17 +00:00
zeromus
dfb375d720
nes-add mapper 105 (NWC)
2011-09-26 03:07:27 +00:00
zeromus
b7863fb7d1
nes-support tengen board (mapper64)
2011-09-26 01:30:22 +00:00
andres.delikat
4f072f8623
Oops, neglected to check these in with the last commit
2011-09-25 22:36:13 +00:00
andres.delikat
7943ff5781
Start Mapper 164 and add Final Fantasy V (Unl) to gamedb.txt
2011-09-25 21:52:10 +00:00
zeromus
a6afe4f355
nes-add namcot mappers 019 and 210
2011-09-25 09:44:13 +00:00
zeromus
8efd076f99
nes-a bit of reorg, and support mapper 48
2011-09-25 03:23:26 +00:00
zeromus
3d5798c179
nes-oops. also collapse UN1ROM into UxROM
2011-09-25 02:52:53 +00:00
zeromus
395b10956a
nes-add mapper 47 (mmc3 multicart)
2011-09-25 02:26:50 +00:00
zeromus
9d5c52ee7e
nes-support vrc1
2011-09-25 01:41:54 +00:00
andres.delikat
fece5fd7e2
NES - Start HVC-CNROM-256K-01 board (for mapper 185). Finishing will require finding a rom with the right sha1.
2011-09-25 01:20:32 +00:00
zeromus
91fa1e6636
nes-support vrc3
2011-09-25 01:07:24 +00:00
zeromus
a5d31cc488
nes-add vrc7 and fix irq bugs in vrc2,4,6
2011-09-25 00:23:47 +00:00
andres.delikat
4d9fe23e5d
Add Board IREM-74*161/161/21/138 (Mapper 77), Napoleon Senki now works
2011-09-24 21:21:27 +00:00
zeromus
3ba330cef6
nes-support vrc2 and vrc4
2011-09-24 20:43:01 +00:00
andres.delikat
754b4ee2ee
NES - Started JALECO-JF-13 board (Mapper 86). The only copy of Moero!! Pro Yakyuu (Red) I could find doesn't work and doesn't match bootgod's db. However, it worked in FCEUX
2011-09-24 19:48:18 +00:00
andres.delikat
12c664ea00
NES - Implement board BANDAI-74*161/161/32 (Mapper 70). Family Trainer - Meiro Daisakusen, Kamen Rider Club, Space Shadow tested and verified to work. Updated compatibility list. Added goodnes3.14 version of space shadow to gamedb.txt
2011-09-24 18:47:02 +00:00
andres.delikat
d64a985d97
NES - Implement board HVC_UNROM_74HC08 (Mapper 180). Crazy Climber (J) now works. Testing is limited since it uses a crazy climber controller that we don't emulate
2011-09-24 18:28:07 +00:00
andres.delikat
cfd5cca324
NES - Start TAITO_74_161_161_32 (Mapper 152). Check in HVC_UN1ROM.cs.
2011-09-24 02:03:03 +00:00
andres.delikat
683eef347b
Board HVC-UN1ROM (Mapper 94) implemented. Senjou no Ookami (Commando) now works.
2011-09-23 23:35:03 +00:00
andres.delikat
0003b7320b
NES - Mapper 78 implemented, Holy Diver & Uchuusen - Cosmo Carrier now work
2011-09-23 02:42:57 +00:00
andres.delikat
78e8e7a1a7
Start Jaleco_JF_17 board (mapper 72)
2011-09-22 01:10:23 +00:00
andres.delikat
3e47de6f24
Log Window - save window position & size (only on closing the dialog, but not emulator main window atm) and minor cosmetic fixes. NES - readd IREM_TAM_S1 to csproj. Update compatibility doc
2011-09-21 23:31:48 +00:00
zeromus
6a570c89fc
nes-fix a little bug in MMC2 and support MMC4 while i am at it
2011-09-21 05:47:41 +00:00
zeromus
e5d46e1adc
add vrc6 and reorg sunsoft-2 stuff a bit (its too nonsensical to give name a file after)
2011-09-21 05:11:38 +00:00
andres.delikat
c6d78842ba
NES - add IREM_TAM-S1 board (mapper 97), Kaiketsu Yanchamaru (kid niki) does not run however
2011-09-21 01:56:41 +00:00
andres.delikat
56c4d8f39e
NES - change sunsoft3 to sunsoft2
2011-09-20 23:50:04 +00:00
andres.delikat
cb4c2a56d1
NES Game Genie Encoder/Decoder - fix so that the A key works in the code text box, have buttons insert rather than append
2011-09-20 23:27:55 +00:00
andres.delikat
820d003544
NES - Implement boards JALECO_JF_05 and JALECO_JF_06 (iNES mapper 87)
2011-09-19 22:55:43 +00:00
andres.delikat
94c57481f5
NES - Jaleco_JF_7 board (iNES mapper 87) implemented
2011-09-19 22:26:20 +00:00
beirich
f9d7ff62f4
pce-cd: support arcade card, fix cd-audio playback bug
...
add new emulation options to gui for SMS and PCE/CD
2011-09-19 00:39:28 +00:00
andres.delikat
586b352b37
Oops, checkin emulation.csproj
2011-09-18 02:53:14 +00:00
beirich
8571853828
still-in-the-midst-of-it turbocd check-in
2011-08-29 02:47:03 +00:00
beirich
21493304e6
Bizhawk bravely enters the year 2010
2011-08-27 02:17:11 +00:00
beirich
0a5157d9a6
Extremely preliminary TurboCD support
2011-08-14 18:20:13 +00:00
zeromus
1f541be6df
disc: cue+mp3/mpc/flac decoding
2011-08-08 01:48:31 +00:00
zeromus
f604415c5a
Disc directory should probably be renamed DiscSystem now
2011-08-07 23:15:44 +00:00
zeromus
ed1a5d70d7
some work on cue+wav+iso loading and improved cue+bin dumping (still not done yet)
2011-08-06 10:43:05 +00:00
beirich
1000a3c26f
delete some more dead code
2011-08-04 03:27:13 +00:00
beirich
b27673f26c
M-M-M-MONSTER COMMIT! change Game-load api stuff
2011-08-04 03:20:54 +00:00
beirich
1c72c144af
odds and ends, pre-commit for turbocd stuff
2011-08-01 23:18:22 +00:00
zeromus
8a1e0c2b09
unmanaged core experiment
2011-07-24 06:45:05 +00:00
beirich
3f27ac0b2a
Fix PCE Populous by supporting its custom SaveRAM.
...
+ Unsubstantial TurboCD progress.
2011-07-15 02:08:18 +00:00
zeromus
e9fa5eae96
[NES] mapper 240 support
2011-06-22 04:43:05 +00:00
beirich
8b00da908e
[PCE] TurboCD Battery RAM implemented
2011-06-19 01:37:09 +00:00
zeromus
2d20ab84ca
[NES] assorted mapper cleanup and add MMC2
2011-06-13 09:55:25 +00:00
zeromus
db2ba34c01
[NES] work on some mappers, make a mapper compatibility list
2011-06-13 08:38:10 +00:00
zeromus
c0988feaa3
add CoreInputComm/CoreOutputComm, remove Query system, hook up nes video config options
2011-06-11 22:15:08 +00:00
zeromus
72100bd304
[NES] ELROM emulation (cv3 and laser invasion tested) and core savestate logic brought up to date. savestates for newer mappers still need reworking.
2011-06-09 19:45:07 +00:00
zeromus
9a3a505c54
[NES] add board: Taito_TC0190FMC (mapper 033), and continue improving board analysis logging
2011-06-08 07:32:57 +00:00
zeromus
81b30501a5
[NES] improve board detection diagnostics logging messages, and add board: IREM-G101 (mapper 032)
2011-06-08 06:17:41 +00:00
zeromus
32104cbdbf
[NES] add board: IREM-H3001 (mapper 065)
2011-06-08 03:58:02 +00:00
zeromus
969341f691
[NES] add board: sunsoft-4 (mapper 068)
2011-06-08 02:42:36 +00:00
zeromus
e6afb2359b
[nes] timing and accuracy work.
2011-06-06 10:27:42 +00:00
zeromus
fba7989f0a
[NES] big mmc3 reorg and many new games
2011-05-28 09:52:32 +00:00
zeromus
dcea6adba0
[NES] some refinements to TxROM
2011-05-22 18:15:47 +00:00
zeromus
c5cc2b8b5e
[NES] 50% of mmc3, enough to boot some games
2011-05-20 09:30:20 +00:00
zeromus
1800fcb965
disc: add some subcode infrastructure
2011-05-14 21:56:54 +00:00
zeromus
646dd59ad6
disc subsystem progress
2011-05-08 09:07:46 +00:00
andres.delikat
34894b322d
oops, csproj not checked in
2011-04-19 02:21:34 +00:00
andres.delikat
8b3f6cb55b
Forgot to checkin the csproj file for the mapper 107 addition
2011-04-18 22:13:42 +00:00
andres.delikat
9e6b232f02
Start mapper 242
2011-04-18 02:26:42 +00:00
andres.delikat
40cd085509
Initial checkin of Jaleco-JF_11_14 (mapper 140)
2011-04-17 21:39:35 +00:00
zeromus
6ebb1dd932
forgot to check in a jscript-whacking file
2011-04-17 18:18:01 +00:00
zeromus
35f339149c
remove stupid jscript dependency in core emulator
2011-04-17 08:49:49 +00:00
zeromus
5cd5e799a6
add 5% of the world's slowest ARM cpu emulator
2011-04-03 05:24:31 +00:00
andres.delikat
a4fa09b8c1
NES - Start mapper 184, Altantis no Nazo mostly works
2011-03-21 04:23:55 +00:00
zeromus
2c62271fc7
[NES] speaking of music being a worthy thing...
2011-03-13 00:34:24 +00:00
zeromus
be69565135
[NES] overhaul database and board configuration system some more and reorg code a bit
2011-03-08 07:25:35 +00:00
zeromus
859eabc6b7
[NES] overhaul to use bootgod's db as primary data source. it can still merge with the gamedb.txt, although I purged it of every unneeded NES record. iNES header parsing needs to be re-added.
2011-03-07 10:41:46 +00:00
zeromus
c21d92f694
[NES] add SxROM (mmc1), including save ram support. also add some undocumented NOP variants to 6502 core because I thought I needed them
2011-03-01 07:25:14 +00:00
zeromus
209fd44442
[NES] add GxROM
2011-02-28 10:48:18 +00:00
zeromus
96f5a95f73
[NES] add IC_74x377 and CPROM
2011-02-28 10:16:07 +00:00
zeromus
c65ce323d0
[NES] add AxROM
2011-02-28 09:39:24 +00:00
zeromus
c713b9a8f0
[NES] add CxROM and fix a severe timing issue which repairs many obvious glitches
2011-02-28 09:13:27 +00:00
zeromus
ee336bec15
[NES] add 6502 BRK instruction and some mapper=2 games (incl. castlevania and megaman)
2011-02-28 07:53:19 +00:00
zeromus
4b177ca8d1
[NES] ppu fixes and improved rom classification infrastructure
2011-02-28 06:16:20 +00:00
andres.delikat
907c562174
Set unsafe compiler option on the Emulation project so it will compile. Add .nes to the open rom dialog
2011-02-27 14:23:48 +00:00
zeromus
c5febf8e20
neshawk!! emulate attractmode without bugs = initial checkin
2011-02-27 09:45:50 +00:00
zeromus
022c4be0c8
add nes stub
2011-02-20 02:17:09 +00:00
kylethomson
255e8867f9
Add Lua DLLs to BizHawk
2011-02-19 22:47:33 +00:00
beirich
d35d9e9d29
SMS: port 3E emulation; fixes remaining BIOS roms; check out the rocking Japanese BIOS music!
2011-01-28 04:23:35 +00:00
zeromus
3c7534e92a
TI-83 emulator lol
2011-01-18 10:28:10 +00:00
beirich
34ec0bba39
SMS: Implement TMS9918 legacy Mode 0
2011-01-17 07:41:01 +00:00
beirich
d1110de5de
SMS: implement zoomed sprites; VDP fixes; Ax Battler GG fixed
2011-01-16 06:31:14 +00:00
beirich
aa784295d8
extended video mode support; 2/3 CodeMasters games playable now...
2011-01-12 06:08:17 +00:00
beirich
89e4c5a674
2011-01-11 02:55:51 +00:00