nattthebear
da2d15341f
mgba: Fix some of the audio channel disables not working. Fix audio channel disables not being restored on reboot core
2016-12-03 23:01:14 -05:00
nattthebear
a75636121a
Comments
2016-12-03 19:05:40 -05:00
adelikat
5665de1797
Intellivision - add a "Fake analog" controller as the default controller for easier binding for casual play, but also leave a boolean option as well for more precise (TAS) control. Add a controller config dialog to select them.
2016-12-03 17:44:25 -06:00
adelikat
b4a90cabe7
NESHawk - fix a slight typo, this changes nothing about the core just makes a file more clear
2016-12-03 11:17:44 -06:00
alyosha-tas
3be6c8917c
TAStudio fix default window size
...
Prevents marker and branch bozes from having zero size.
2016-12-03 09:36:35 -05:00
nattthebear
6550364a4c
#738 : Core changes so sram pointer won't be bad
2016-12-02 18:12:18 -05:00
alyosha-tas
745f813577
Remove duplicate #include from gamedb
...
cleans up all the VS duplicate hash entries from console log
2016-12-02 10:50:09 -05:00
alyosha-tas
c624612b51
Fix SNROM implementation
2016-11-29 11:07:06 -05:00
nattthebear
f67cb3c64f
Issue #735 : Add sound channel toggling on mgba
2016-11-27 17:33:05 -05:00
alyosha-tas
995c5f907c
Fix WRAM enable / disable for SNROM
...
now passes mmc1_a12, which was incorrectly listed as passing before
2016-11-26 20:25:46 -05:00
alyosha-tas
baded06902
Specify A12 test rom is SNROM
2016-11-26 20:23:07 -05:00
adelikat
c61fd757f2
Atari 2600 - put difficulty toggle variables into savestates
2016-11-26 16:10:27 -06:00
adelikat
323b2c4c8d
Advanced Loader - set StartPosition to CenterParent
2016-11-26 15:41:18 -06:00
feos
3b117752cf
tastudio: refine autorestore again
2016-11-27 00:28:52 +03:00
feos
beb204bb4c
tastudio: when new seeking starts, kill the old one
2016-11-26 20:02:54 +03:00
feos
593433106b
tastudio: attempt to fix autorestore during analog editing
2016-11-26 19:49:26 +03:00
feos
d3b6364db0
bk2 log generator:
...
- pick actually neutral analog values for empty entry
- properly hide all neutral values from input display
2016-11-26 17:41:00 +03:00
feos
3b2781c571
movie: add Disc Select, Open and Close to the dictionaries
2016-11-26 16:39:21 +03:00
feos
2f0ccb99f1
tastudio: don't jump to greenzone end when entering analog edit mode
2016-11-26 16:35:14 +03:00
ConHuevosGuey
9ca383e58d
Merge branch 'master' of https://github.com/TASVideos/BizHawk
2016-11-24 15:25:12 -06:00
ConHuevosGuey
e0d534dc1c
Setting Display Manager 'Final Filter' default to 'None' from 'Bilinear' because bilinear blur needs to die away.
2016-11-24 15:24:55 -06:00
ConHuevosGuey
ca25291d88
Setting Display Manager 'Final Filter' to default because bilinear blur needs to die away.
2016-11-24 15:21:15 -06:00
Isotarge
0bf5482af4
Fix typo
...
Thanks to Keeta for pointing this out
2016-11-23 00:04:49 +10:30
feos
f59ebfe126
tastudio: refactor restore logic again, fixes some more bugs
...
(_autoRestoreFrame completely replaced by LastPositionFrame)
2016-11-21 23:59:12 +03:00
feos
0e9e4cc034
tastudio: fix < button when seeking is paused
2016-11-21 21:19:53 +03:00
feos
ef8068daa4
Revert "tastudio: move LastPositionFrame to TasMovie, prepare for another revision"
...
This reverts commit eea49f1895
.
2016-11-21 20:03:56 +03:00
feos
eea49f1895
tastudio: move LastPositionFrame to TasMovie, prepare for another revision
2016-11-21 19:29:11 +03:00
feos
05d47a7318
tastudio: make analog hotkeys working, and their names fit in
2016-11-21 18:00:21 +03:00
feos
95dc2fd6b3
tastudio: move arrow keys logic to hotkeys
...
disallow sending Minus to MainForm
2016-11-20 23:26:13 +03:00
hegyak
438e891358
Add BeefDrop and FailSafe to the EMU7800.csv
...
This corrects their input.
2016-11-20 08:21:56 -08:00
hegyak
1390e26371
Update the Atari 7800 GameDB to support a few new hacks.
2016-11-20 07:57:20 -08:00
feos
acbdfbcec9
tastudio: make analog editing mode expandable along with selection
...
- apply the changes made using keys to all the analog edited cells
- clamp displayed value if needed the same the resulting value is clamped
2016-11-20 17:16:29 +03:00
zeromus
327606234f
fix can't use neshawk (recent regression)
2016-11-19 20:07:17 -06:00
adelikat
2af7765ae0
Don't attempt to detect .smc and .sfc files as archives. Do we want to do this for all known rom extensions?
2016-11-19 14:48:52 -06:00
adelikat
b7a6542fb6
Lua - gui.drawImage(), gui.drawImageRegion() - log an error if image can not be found, instead of throwing an exception
2016-11-19 14:10:17 -06:00
feos
a413f524c9
remember that not every platform has analog controls
2016-11-19 21:21:07 +03:00
feos
a8dde12c1f
tastudio:
...
- set Float type to analog control columns
- set their size taking into account their MaxDigits
- stop displaying neutral analog values
input OSD:
- obtain real neutral analog value the given core uses and hide it, instead of hiding hardcoded zero
2016-11-19 19:31:04 +03:00
feos
3ea3012aa7
tastudio:
...
- properly setup autoloaded and normally loaded project columns
- actually call the callback that updates scrollbars and other stuff
2016-11-19 00:50:40 +03:00
alyosha-tas
825d45966c
Intellivision Fixes
...
-Pixel Priority
-Border Fixes
-Collisoin Fixes
2016-11-17 22:54:11 -05:00
alyosha-tas
dd49981eb3
Intellivison fix color stack mode
2016-11-17 19:24:10 -05:00
feos
433d4ad693
tastudio: revive ColumnsChangedCallback, and alarm if it dies again
2016-11-17 21:30:42 +03:00
feos
2a9bd175d8
tastudio: kill zombie denoteStatesWithBGColor and co. in InputRoll, having them in Settings is enough
2016-11-17 20:25:06 +03:00
feos
edf21b8bfe
fix tastudio crashes when:
...
- setting 0 space for disk states
- righclicking on selection if a bunch of selected frames contains the last frame
- cutting the last frame
2016-11-17 20:05:41 +03:00
feos
48f92aa3ca
commit glide64 dll too
2016-11-17 19:04:07 +03:00
alyosha-tas
379a4c6c96
Intellivision clean up border collision
2016-11-16 22:32:59 -05:00
alyosha-tas
9db357017a
Intellivision: Implement y-scaling
2016-11-16 20:03:19 -05:00
feos
05f2c09aef
m64p:
...
- dynamically allocate frameBuffer and DepthBuffer for glide64 and glide64mk2 (fix #728 )
- make mk2 output to bizhawk output dir
- rebuild mk2 dll, but not glide64 just yet, since I experience artifacts that are probably a result of my compilation?
2016-11-16 22:49:45 +03:00
alyosha-tas
f539f011c5
Intellivision implement x-scaling
2016-11-16 12:52:55 -05:00
alyosha-tas
9e5ec5005f
Intellivision fix y-flipping
2016-11-16 10:51:26 -05:00
alyosha-tas
d53e9dd898
Intellivision fixes
2016-11-16 09:20:07 -05:00