taotao54321
f117e4fce8
ImportMCM() bugfix
2012-03-11 13:21:16 +00:00
brandman211
79944b2d26
-Applied micro500's flag ANDing syntax to all of my functions...I concede that this is a much simpler way to do this.
...
-Fixed ImportFMV's movie title; before, I mistook it for the game name.
-Made "comment" and "SyncHack" constants.
-Moved the "ControllerDefinition"s outside of all of the loops.
-ImportGMV:
--Emulation Version => Movie Version.
--Added the PAL header.
--Made it so that the 6-button error is a warning; considering that the code already properly handles the controller properly and all that needs to be done is have Bizhawk actually support that kind of input, I don't feel there's a reason to go so far as to kill the conversion in this case.
--Reformatting.
---Notably, I added a player loop to simplify the frame data.
--It seems that 1937M uses a 6-button recording and 1731M has 2-player input...bizarre. Anyway, this means that ImportGMV should be good now.
TODO: ImportVMV, ImportNMV, ImportMCM, ImportSMV, Atari core? :)
2012-03-11 12:24:56 +00:00
taotao54321
575c44f470
Now setrenderplanes() works also for SuperGrafx.
2012-03-11 09:51:23 +00:00
taotao54321
f25ddb2fce
Lua: now setrenderplanes() takes variable arguments
2012-03-11 09:16:09 +00:00
pjgat09
c72eef1abc
Atari 2600 TIA: added support for delayed graphics
...
sketchily implemented cloning, enough to get pitfall to render
2012-03-11 08:43:45 +00:00
pjgat09
23cb513188
MOS6507: adjusted for instructions with a variable cycle count
2012-03-11 07:08:48 +00:00
taotao54321
05321d19bc
NES Graphics Settings bugfix
2012-03-11 07:02:10 +00:00
taotao54321
30b0dc6780
PCE: added settings to show/hide BG/OBJ for TurboGrafx (not for SuperGrafx)
...
Now setrenderplanes() works for TurboGrafx (not for SuperGrafx)
2012-03-11 06:50:46 +00:00
taotao54321
beb0b5a74d
Lua: added setrenderplanes(). For now, it works only for NES.
2012-03-11 05:47:38 +00:00
taotao54321
3dffd0b9b6
cosmetics (added trailing commas to make it easy to add new lua functions)
2012-03-11 05:13:12 +00:00
pjgat09
84a11eacdf
Switched over to using the 6507 to allow for some modifications to the CPU
...
MOS6507: now executes instructions on the last cycle. This corrects a syncing issue with the TIA
TIA: added ball data, partially implemented HMOVE, implemented VBLANK
2012-03-11 03:22:44 +00:00
beirich
bc2e7995cc
clone 6502 into 6507
2012-03-11 03:09:43 +00:00
adelikat
86da2c6b5e
About box - add contributers
2012-03-11 01:22:02 +00:00
adelikat
76f1faf122
Lua - add gui.alert() which draws messages in the alert font
2012-03-11 00:54:24 +00:00
adelikat
635ae613a4
Ram Watch - when drawing watches on screen, use alert font for frozen addresses
2012-03-11 00:50:06 +00:00
taotao54321
3687b8d803
NES Debugger: fixed disassembler to print addresses correctly
2012-03-10 19:42:20 +00:00
taotao54321
c6fcda4418
6502 disassembler: print the destination address of branch, not the offset
2012-03-10 19:10:12 +00:00
zeromus
be2d7120fb
add Scroll event to VirtualListView
2012-03-10 18:42:19 +00:00
pjgat09
3e67e78da2
Partially implemented player0 graphics, this time in a more organized fashion
2012-03-10 18:12:12 +00:00
zeromus
ab2e19af32
nes-remove console spam
2012-03-10 17:59:02 +00:00
taotao54321
bd5f1b3135
NES Debugger: implemented poor disassembler
2012-03-10 17:54:58 +00:00
adelikat
8ae543bb14
Lua implementation - code cleanup
2012-03-10 16:14:19 +00:00
adelikat
40698b119c
Add an atari controller image for controller config dialog
2012-03-10 14:10:50 +00:00
adelikat
49c751e4c4
variation of a game added to gamedb.txt
2012-03-10 13:55:36 +00:00
adelikat
67c98f7d37
Implement board AVE-74*161
2012-03-10 13:40:36 +00:00
adelikat
efd4c5cbab
Make...a certain game...work
2012-03-10 13:30:39 +00:00
pjgat09
8a73d50e0b
Basic implementation of player 0 graphics
2012-03-10 08:34:04 +00:00
zeromus
5493904312
new-fix a recently created ppu bug affecting some vertical scrolling
2012-03-10 05:30:53 +00:00
zeromus
c3ba1905ca
straighten out mappers 232 and 71
2012-03-10 05:02:17 +00:00
pjgat09
0079d6ade5
Modified the TIA to be cycle based. Improved the rendering of pitfall in the process.
2012-03-10 04:53:23 +00:00
taotao54321
a69ec16c03
Lua: Implemented writebyte() and fixed readbyte()
2012-03-10 03:58:42 +00:00
taotao54321
66f034b96f
Modified gui.text(): convert arguments to int directly
2012-03-10 03:31:07 +00:00
taotao54321
5283b29d54
Lua: Implemented new memory access functions. It can specify datasize and endianness.
...
Lua: Modified print() to emit a newline.
Lua: Fixed console_clear() not to take any argument.
2012-03-10 03:07:05 +00:00
adelikat
3e30cd465f
Add release notes folder
2012-03-10 02:43:47 +00:00
adelikat
7e38f4a940
Hex Editor - move Add to Ram Watch to Ctrl+W instead of A! A is a hex value that should be able to be typed in
2012-03-10 02:31:34 +00:00
pjgat09
781ab15e1e
Partially implemented the M6532's timer capabilities
...
Sketchy implementation of the TIA. But hey, it kind of renders pitfall!
2012-03-10 00:26:54 +00:00
zeromus
65282a366e
fix versions stuff
2012-03-10 00:21:40 +00:00
adelikat
5195453229
Update versioning stuff and about box, and set interim flag back (I seem to keep checking that in on accident). This marks the beginning of 1.0.2.
2012-03-09 23:33:56 +00:00
taotao54321
7613d51ea2
Bugfix for log console.
...
Console type should not be changed by user when console is shown.
2012-03-09 21:36:55 +00:00
taotao54321
b207c81fea
Removed unused LogWindow::ShowConsole()
2012-03-09 21:22:52 +00:00
taotao54321
8cbe59cfa8
Fixed the behavior related to closing LogWindow.
...
If you close LogWindow manually, Config.ShowLogWindow becomes false.
If you close the emulator window, Config.ShowLogWindow does not change.
2012-03-09 21:20:02 +00:00
adelikat
88424ca2b7
Fix a few warnings
2012-03-09 20:38:44 +00:00
taotao54321
386d9b5f71
Now LogWindow should save the settings correctly
2012-03-09 20:37:43 +00:00
taotao54321
83447d2d71
Now LuaConsole should save the settings correctly.
2012-03-09 20:12:57 +00:00
taotao54321
ecf9e6efc0
Now NESNameTableViewer, NESPPU, NESDebugger, Cheats, TI83KeyPad, TAStudio should save the settings correctly.
2012-03-09 20:10:01 +00:00
adelikat
3a6ac596bf
Add some atari mapper documentation
2012-03-09 19:35:49 +00:00
taotao54321
7779326535
Now Ram Search and Ram Watch remember the window position correctly
2012-03-09 19:32:43 +00:00
adelikat
c5c1457f32
NES PPU Viewer - clipboard options for palette, pattern, and sprite
2012-03-09 19:22:31 +00:00
adelikat
c7ec2aed6c
NES Nametableviewer - Screenshot to clipboard option
2012-03-09 19:07:16 +00:00
taotao54321
3017dacdf1
SetMemoryDomain() called StartNewSearch(), so fixed it
...
It broke LoadSearchFile()
2012-03-09 18:50:26 +00:00