brandman211
7ab8fe087a
Fixed drop down labels in RAM Watch and Search.
2012-05-12 07:07:34 +00:00
brandman211
23b3cedf7d
Removed the now redundant TargetZoomFactor scaling for drawRectangle. Drawn shapes now scale nicely. Whether or not text should be drawn this way is a worthwhile discussion IMO, but as zeromus has said, it would require text to be drawn in the same way like shapes.
2012-05-11 21:11:29 +00:00
goyuken
78a0494708
add WavWriter, writes standard WAV files for capture. For the moment, only available as its own IVideoWriter (that discards all video frames). Choose by selecting .wav format in the start avi capture file select dialog.
2012-05-11 17:00:44 +00:00
goyuken
b35ab0d936
Add JMD to config.cs, and fix whitespace on JMDWriter.cs.
...
My editor whitespace settings are correct now, I promise!
2012-05-10 00:38:26 +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
goyuken
35a9edc018
Refactor JMDWriter to be a bit less painful to read
2012-05-09 15:08:57 +00:00
goyuken
d0ada9dbb3
AviWriter.cs: be informative if worker thread dies
2012-05-09 01:00:16 +00:00
goyuken
d70a4e0a9c
clarify some comments and add more comments to JMD code
2012-05-09 00:15:59 +00:00
goyuken
1980011952
Add user interface to select compression options (level and number of threads) for JMD dumper.
2012-05-08 22:19:12 +00:00
goyuken
037870eb43
Select between JMD and AVI at save file dialog.
2012-05-07 23:18:08 +00:00
goyuken
ab6f9b175f
Add JMDWriter.cs, dumps to JMD format. No 2G limit, and single segment even across multiple resolutions. Can use a bunch of cores, but still not terribly fast. Hasn't been hooked in to the UI yet; for testing, change MainForm.cs:2669
2012-05-07 21:45:25 +00:00
zeromus
de0cdf1c3c
add sharpziplib for gzip so we can make portable JMD dumping without relying on the native 7z.dll
2012-05-07 18:42:43 +00:00
adelikat
02bad39a88
Some Coleco docs
2012-05-06 23:16:50 +00:00
goyuken
cdd82cbb06
Rename VideoWriter IVideoWriter per zeromus
2012-05-06 22:18:16 +00:00
goyuken
02ca0e82e9
Create new interface VideoWriter, which AviWriter inherits from. Sets up for other video dumping systems.
2012-05-06 22:08:47 +00:00
zeromus
857d0a5b39
voila, "emu" resolution lua drawing, hacked in place of the native resolution drawing because rolanmen1 decided to destroy my surface management paradigms (i can tell because the earth is scorched with spaces instead of tabs)
2012-05-06 07:09:04 +00:00
brandman211
cd0016343f
Done trying to optimize the PPU's FrameAdvance. We may have saved some processing time, but it's not very consistent.
2012-05-06 06:04:00 +00:00
brandman211
05157997f1
-Added a very basic fix to the graphics scaling issue per adelikat's advice.
...
--Gets worse as the scale increases.
--For x3, the box doesn't increase size, but the box still changes position. I think there might be a difference between the TargetZoomFactor and the actual screen size, so perhaps we should tie this to something else.
-Working on very small optimizations to the NES PPU with CorruptedSyntax...this is more fun, so we'll do this first.
--Eliminated an entire loop.
--Branched to two loops instead of branching for every iteration in one loop.
--Got rid of some redundant instructions using temporary variables.
--This may be completely premature, but I seem to have gained a few FPS from doing this. For me, I get 38-39 FPS where I'd previously get 33-34.
2012-05-06 04:09:28 +00:00
adelikat
5fa0a681e1
Colecohawk - start VDP (ripped from the SMS core)
2012-05-06 02:48:39 +00:00
adelikat
3b7c23817a
Coleco - some hacks and fixes to make a coleco rom open without crashing (draw a black screen instead)
2012-05-06 01:15:02 +00:00
adelikat
059aebec8e
ColecoHawk - set up ROM loading (bind .col to Coleco), set up preliminary controller garbage in 85 places for coleco
2012-05-06 00:54:13 +00:00
beirich
604a774118
Add 2 SMS homebrew and a GG prototype to gamedb
2012-05-05 22:43:11 +00:00
goyuken
d964558856
Multithreaded AviWriter.cs
...
Moves calls to AVIStreamWrite() to a separate worker thread. They are where all of the cpu time for video compression is used, so can give a decent speedup. Could conceivably go slower on pathetic single core machines due to synchronization and copy overhead.
2012-05-05 14:52:23 +00:00
Rolanmen1
9b9a8546a5
Deleted the ClearDisplaySurface functions. If you just need to clear the graphics, call gui_ClearGraphics function in LuaImplementation.
2012-05-01 15:15:19 +00:00
Rolanmen1
2799d55f4a
Now gui.drawNew and gui.drawFinish doesn't need to be invoked via Lua Scripts. However they are invoked every frame. Basically, this means that graphics are drawn and cleaned every frame. So, if you Pause/Stop a script, the graphics gets cleaned right away.
2012-05-01 14:43:17 +00:00
adelikat
22eec9c4d7
Archive Chooser - put (U) [!] roms at the top of the list
2012-04-30 01:26:37 +00:00
adelikat
54d1c873df
Fix when guitext gets cleared, reduces most of the flickering and inconsistencies with ram watch on screen and lua gui.text, fix punchoutstats lua script
2012-04-30 01:14:23 +00:00
adelikat
e60ba05e66
Gui.text - fix inverted default fore/back colors, fix lua scripts to use new gui.text parameter scheme
2012-04-30 00:45:37 +00:00
adelikat
e0dc96abdc
GUI Text / Ram Watch on screen display - fix inverted foreground and background colors
2012-04-30 00:30:44 +00:00
adelikat
592b73ea5a
Atari - implement mapper EF
2012-04-29 21:12:58 +00:00
adelikat
e0a6ae5264
Atari - put descriptions at the top of each mapper file
2012-04-29 21:01:06 +00:00
adelikat
fffe30f4f9
Atari - add a version of Magicard to the gamedb
2012-04-29 19:40:28 +00:00
beirich
700ac116dd
ym2612: more ports processed, DAC now plays in stereo
2012-04-29 18:33:21 +00:00
beirich
239cb213f0
ym2612: some progress on operators
2012-04-29 17:41:39 +00:00
adelikat
25c2e45da8
movies - use Global.Game.System not Global.Emulator.SystemId for the System header when recording a new movie
2012-04-29 14:18:10 +00:00
adelikat
38dd7889b3
Input Config - hide Enabled checkbox since we have no intention of supporting the disabling of a controller at this time.
2012-04-29 14:06:24 +00:00
adelikat
5e91cc2a7e
TAStudio - clear holds menu item & context menu item, clears all buttons pressed on the virtual pads
2012-04-29 13:25:35 +00:00
adelikat
8df4ac18bd
Play Movie Dialog - show warnings on mismatches for system, movie version, and emu version
2012-04-29 13:11:33 +00:00
adelikat
02767a9fbb
Genesis - hook up lag counter
2012-04-29 12:55:20 +00:00
beirich
59eb4b4abe
ym2612: support TimerA and TimerB
2012-04-29 06:05:15 +00:00
adelikat
d9134ac6ce
TI-83 add a bunch of rom versions to gamedb, mark bad dumps accordingly, and display the version number when displaying the rom name
2012-04-29 03:58:06 +00:00
adelikat
3d10431a2b
Atari - implement console switches (as menu items)
2012-04-29 02:48:33 +00:00
beirich
d322c3c00f
Fix some bugs responsible for out-of-bounds array access crash on ym2612
2012-04-29 01:40:38 +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
adelikat
4e04facdd9
Atari - make games marked F6SC load
2012-04-28 23:21:12 +00:00
rolanmen1
3bcaa8f2e6
gui.clearGraphics implemented. This will allow the user to clear the graphics whenever he wants. I also created a function ClearDisplaySurface that is used to clear the graphics whenever the user stops a scripts.
2012-04-27 20:15:07 +00:00
rolanmen1
56b8d6d55e
gui.drawImage implemented. It needs a Path, X and Y Points, Width (optional) and Height (optional). If Width or Height are null, their value will change to the original Width/Height. As with gui.drawIcon, the Path needs double backslash (\\).
...
Take in mind that if the image have transparent background, the background will be drawn in transparent.
2012-04-26 03:41:31 +00:00
rolanmen1
fd9005f361
gui.drawIcon implemented. It draws an Icon file (Path to File) in the specified X and Y Coordinates. It has 2 optional parameters, Width and Height. You can't resize the icon to be bigger than it's original size, only smaller. Oh, and Path must have double backslash (\\).
2012-04-25 20:34:50 +00:00
rolanmen1
93335d287a
Fixed gui.alert anchoring. Since do.gui.text now have more parameters, it didn't worked.
2012-04-25 19:58:17 +00:00
brandman211
cb3e0ec666
Applied the renames for "minimum buttons pressed", "minimum buttons inputted".
2012-04-25 04:56:48 +00:00