adelikat
ee5db4cc06
Mapper 112 - Finish implementation of CHR mapping, and misc small cleanups
2012-07-17 02:01:53 +00:00
adelikat
69712a203d
Remove compatibility.txt and replace with a link to the wiki page
2012-07-17 01:46:55 +00:00
beirich
62477210dd
Check in initial gamedb for genesis, although it is not #included from gamedb.txt since there's no real point yet.
2012-07-17 01:23:51 +00:00
adelikat
5df5def02d
remove NES test status doc that is outdated and obsolete to this page: http://tasvideos.org/EmulatorResources/NESAccuracyTests.html
2012-07-17 01:06:38 +00:00
zeromus
ecd58fc96e
nes-protect from syncstates which dont call base.SyncState
2012-07-16 22:06:55 +00:00
zeromus
9c2a521c19
nes-fix m112 and some other unnecessary things
2012-07-16 22:01:10 +00:00
andres.delikat
ad2e9267e3
NES - Mapper 112 - fix prg bank selection, however, game still fails to run
2012-07-16 21:12:01 +00:00
brandman211
21558eaf11
-Made ReadMemory and WriteMemory for the Intellicart Read/WriteCart and made them return nullable values instead of passing an out value.
...
-Started parsing data segments.
--CRC check fails. :(
-Added .bin and .rom to the Intellivision associated file extensions in the load ROM dialog.
2012-07-16 05:52:01 +00:00
zeromus
cf5c972990
nes-try fixing m207
2012-07-16 03:04:44 +00:00
zeromus
06c44cf040
nes-add NES-JLROM for mr gimmick! (e) - but it doesnt work cos its pal
2012-07-16 02:59:54 +00:00
adelikat
2d89f5485f
Implement Mapper 207, Fudou Myouou Den now playable but graphical issues.
2012-07-16 01:51:16 +00:00
adelikat
e8d8eacb06
NES - Nametable Viewer - Show address block in tooltip on nametable selection radios
2012-07-16 01:37:57 +00:00
adelikat
1751e615d7
Oops, update csproj file with new mapper files, update mapper compat list
2012-07-15 23:58:00 +00:00
adelikat
c9128cc78e
Start Mappers 154, 112
2012-07-15 23:12:52 +00:00
zeromus
3ae3a52f7a
nes-do mapper088 differently
2012-07-15 22:30:25 +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
e82bae007a
-Mapped .ROM to Intellivision.
...
--If a future system uses this extension, the condition:
Rom[0] == 0xA8 && Rom[1] == (0xFF ^ Rom[2])
...can verify if the file is in fact an IntelliCart, though I doubt this is a permanent solution to the more underlying problem.
2012-07-15 09:13:54 +00:00
zeromus
35fa5f5985
fix memory leaks in filters
2012-07-15 09:13:46 +00:00
pasky1382
4ef07ddf23
Implemented Zeromus's Display Filters in the menubar for usage.
2012-07-15 08:50:24 +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
bd1aaf7ff7
fix old displaymanager filter junk
2012-07-15 07:38:36 +00:00
beirich
d24d3ae932
fix a dumb PAL bug. possibly for the second time.
2012-07-15 07:15:31 +00:00
zeromus
a47c70d0ef
nes-fix #12 "Strange "White noise" sound during 1943 (USA) intro" as well as a boatload of aesthetic improvements to make the sound output not so embarassing. no speedups whatsoever though.
2012-07-15 00:09:34 +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
andres.delikat
f7752584c6
Lua - implement input.getmouse()
2012-07-13 22:21:01 +00:00
andres.delikat
f18554f248
missed some values in the Decrease Speed hotkey
2012-07-13 16:54:33 +00:00
andres.delikat
224b98c0cc
PCE - BG Viewer - add tile and palette stats on mouse over. Add tool to non-interim builds
2012-07-13 02:25:45 +00:00
andres.delikat
b84a601ef3
PCE - BG Viewer - Refresh Rate slider, UI cleanup
2012-07-13 00:38:04 +00:00
andres.delikat
0834c63a43
NES - sound config dialog for toggling sound channels
2012-07-12 23:13:22 +00:00
andres.delikat
f5a7dc2191
Lua - implement client.setwindowsize()
2012-07-12 22:20:48 +00:00
andres.delikat
e534c5b133
Show hotkey mapping on menu item for background input
2012-07-12 22:09:15 +00:00
andres.delikat
70b5d68ae0
Add hotkey for background input (add on screen message when toggling this feature)
2012-07-12 21:56:59 +00:00
andres.delikat
16b86e70e7
Increase/Decrease Speed hotkeys
2012-07-12 21:39:11 +00:00
andres.delikat
4061361fe0
Add a bunch of on screen messages for various menu item toggles
2012-07-12 19:50:27 +00:00
andres.delikat
15371b3cd9
Lua - implement emu.enablerewind(), also add on screen message when rewind is toggled
2012-07-12 19:42:13 +00:00
andres.delikat
fcac19aed9
Lua - implement emu.displayvsync, also add on screen message when limit frame rate is toggled
2012-07-12 19:36:07 +00:00
andres.delikat
2304b2d4e2
Lua - implement emu.limitframerate, also add on screen message when limit frame rate is toggled
2012-07-12 19:23:39 +00:00
andres.delikat
9c947652f5
Lua - implement emu.minimizeframeskip()
2012-07-12 19:02:30 +00:00
andres.delikat
858f133f9e
Lua - Implement emu.speedmode and emu.frameskip
2012-07-12 18:39:24 +00:00
andres.delikat
45227b1b11
Lua - Lua Function List - column sorting (including descending)
2012-07-12 02:03:46 +00:00
andres.delikat
4aaeabb568
Lua - much improved lua function list including return type and parameters
2012-07-12 00:57:09 +00:00
goyuken
fd7a0b2fe7
change CoreOutputComm to use exact integers to specify VsyncRate. Helps for AV dumping with formats that require exact integer rates (AVI), and for emulators that aren't exactly 50hz/60hz (none yet).
2012-07-11 21:37:35 +00:00
andres.delikat
3a73f8a427
Lua - backend for more thorough self documenting, lua function list dialog has the same functionality as before but is primed for a better UI
2012-07-11 15:03:51 +00:00
andres.delikat
9da0cd3553
Lua - forms.textbox() add field to optionally set the textbox to signed, unsigned, or hex values
2012-07-10 23:09:06 +00:00
andres.delikat
3f81bc9cdb
Lua - implement forms.addclick() and forms.clearclicks()
2012-07-10 22:52:06 +00:00
andres.delikat
04273ec3ee
Lua - implement forms.settext()
2012-07-10 22:27:05 +00:00
andres.delikat
4542ae12d1
Lua forms library - implement SetLocation(), SetSize(), TextBox(), and Label()
2012-07-10 21:15:30 +00:00
andres.delikat
827e2150d7
Lua - implement forms.button(), and the basic backend for calling lua functions on events from user generated controls
2012-07-10 20:23:19 +00:00
zeromus
3a8fe7c464
lua-fix crashes when scripts terminate
2012-07-10 19:40:35 +00:00