alyosha-tas
535a586422
O2hawk: add console version of happy bird
2020-04-10 15:19:16 -04:00
feos
5c0ea2b987
mame: use a folder for non-rom files
2020-04-10 21:01:20 +03:00
feos
8dd31a39e5
one more mame mnemonics
2020-04-10 19:28:31 +03:00
adelikat
0a1a2dbe7d
when closing the lua console - clear registered functions
2020-04-10 11:12:57 -05:00
adelikat
62f3214ce2
create a memory callback based IInputCallbacks system that can be used by any core, wire it up to the mGBA core
2020-04-10 11:12:57 -05:00
feos
7e5fdf9142
mame: fix input being one frame too late
2020-04-10 18:54:05 +03:00
adelikat
04cd7d867c
mGBA - fix NRE that can happen when rebooting core, fixes #1915
2020-04-10 08:47:52 -05:00
adelikat
05b39a0ec8
misc celanups
2020-04-10 08:47:52 -05:00
feos
a1c553d1de
mame: add button mnemonics
2020-04-10 13:44:17 +03:00
feos
7d06f6cbd1
mame: add lag, even tho the core can't set it
...
there's no concept of "controller poll" in mame, because this information isn't considered useful by them, and it also has to be done for every machine separately. theoretically it can be determined by watching controller register reads, but that requires running the entire debugger UI and setting watchpoints manually via debugger console, which is also super complicated. mame lua can set WPs, but only if debugger is there. even then, there's no way to assign lua callbacks to WPs. I'm planning to add simple mem hooks to mame lua some day, but it will be super hard due to incredibly complex abstraction, and there's no guarantee they will even merge it.
2020-04-10 12:38:41 +03:00
YoshiRulz
cc4b12b0ae
Fix remaining "Nintento 64" typo
...
see eb1d87933
2020-04-10 09:58:59 +10:00
YoshiRulz
5c56d9580c
Rethink GroupBoxEx.Tracker access to allow Designer deserialisation
2020-04-10 09:48:05 +10:00
zeromus
46c58c2172
update octoshock dll
2020-04-09 16:13:41 -04:00
zeromus
f353b04373
work harder to update mednafen GTE from 1.24.0-UNSTABLE more exactly
2020-04-09 16:12:55 -04:00
zeromus
bf3f58241a
update debug (actually, remove the cpp, since it isnt used)
2020-04-09 16:09:44 -04:00
zeromus
4818064bbb
bring more files in sync with mednafen
2020-04-09 16:08:37 -04:00
zeromus
d8fad23324
same for mdec, nothing to see here
2020-04-09 16:04:43 -04:00
zeromus
e2389e25d7
nothing much
2020-04-09 16:03:43 -04:00
zeromus
b8accdfd75
work harder to update mednafen PSX.cpp from 1.24.0-UNSTABLE more exactly
2020-04-09 16:00:39 -04:00
zeromus
f6a165752e
work harder to update mednafen CDC from 1.24.0-UNSTABLE more exactly
2020-04-09 15:55:10 -04:00
zeromus
b3531b6dc9
no longer used files
2020-04-09 15:42:25 -04:00
zeromus
4201a9d382
work harder to update mednafen gpu.cpp from 1.24.0-UNSTABLE more exactly
2020-04-09 15:38:46 -04:00
feos
8e5aefb376
mame: remove hacky test
2020-04-09 18:05:19 +03:00
feos
fd4b4195df
use regular build of mame
2020-04-09 16:16:17 +03:00
feos
039a4612a6
mame: another approach
2020-04-09 12:26:11 +03:00
YoshiRulz
4f08496815
Fixup CGBColorChooserForm Designer file
...
faf4b02c2
2020-04-09 10:49:04 +10:00
TiKevin83
faf4b02c26
Undo Previous PR on Gambatte Colors and Implement an Option ( #1918 )
...
* Revert "New GBC LCD correction for Gambatte palette from documented shader research https://forums.libretro.com/t/real-gba-and-ds-phat-colors/1540 "
This reverts commit 88cda24876
.
* Implement the libretro GBC color palette as an added option instead of a change to the Gambatte option
2020-04-08 20:41:50 -04:00
YoshiRulz
b960351732
Resize/realign controls in DispConfig, add fixed-size RadioButtonEx
2020-04-09 10:33:59 +10:00
alyosha-tas
1185bffe36
O2Hawk: turn sound down a bit, more in line with other cores
2020-04-08 19:40:33 -04:00
TiKevin83
0bfe178650
New GBC LCD correction for Gambatte palette from documented shader research https://forums.libretro.com/t/real-gba-and-ds-phat-colors/1540 ( #1917 )
2020-04-08 19:19:18 -04:00
alyosha-tas
f9c6e02943
Merge branch 'master' of https://github.com/TASVideos/BizHawk
2020-04-08 19:08:37 -04:00
alyosha-tas
444a8b7823
O2Hawk: small timing fix
2020-04-08 19:08:22 -04:00
YoshiRulz
489084242f
Move [AssemblyVersion]/[AssemblyFileVersion] to VersionInfo.cs
...
ApiHawk was using hardcoded "1.1.0.0". BizInvoke, Bizware.BizwareGL, and
WinForms.Controls were not annotated, and had the default "0.0.0.0". All four of
these projects did not include the Version source files.
2020-04-08 23:04:08 +00:00
alyosha-tas
99da16fa2a
O2Hawk: clean up
2020-04-08 18:16:45 -04:00
adelikat
2b281116ed
misc cleanups
2020-04-08 16:03:35 -05:00
adelikat
813a2ee935
delete empty code file
2020-04-08 13:32:48 -05:00
adelikat
a83c125ac4
Simplify nullemulator - emuHawk already handles cores with no video provider by using NullVideo, so no reason for NullEmulator to provide NullVideo
2020-04-08 13:26:51 -05:00
alyosha-tas
cb2d365284
O2Hawk: better fix for blockout
2020-04-08 12:12:32 -04:00
adelikat
786fd9d5a1
Database.SaveDatabaseEntry() - account for NotInDatabase rom status, and simplify
2020-04-08 10:21:35 -05:00
zeromus
48a62943f1
new dll
2020-04-07 23:53:40 -04:00
zeromus
341c67d562
fix damage to aspect ratio management in octoshock
2020-04-07 23:53:33 -04:00
zeromus
3e452e2cc6
fix more matrix sense screwups
2020-04-07 23:42:54 -04:00
zeromus
bb68d55db8
fix AR problems due to NDS screen layout work
2020-04-07 23:34:41 -04:00
zeromus
c2917597b3
undo edits that replaced \' with ' in strings so I don't waste five minutes looking for them again in the future
2020-04-07 22:26:26 -04:00
adelikat
e62c2e3646
PlayMovie dialog - simplify a bit
2020-04-07 15:28:27 -05:00
alyosha-tas
a2ac1b89aa
O2Hawk: more bug fixes but still needs work
2020-04-07 16:27:04 -04:00
YoshiRulz
573aa13c64
Replace Tuple with ValueTuple in input system
2020-04-08 02:24:48 +10:00
YoshiRulz
d0cc17c208
Add Core 3.1 target to BizwareGL
2020-04-08 02:04:50 +10:00
adelikat
ce17df2b6a
DS - fix virtualpad lid buttons
2020-04-07 08:43:52 -05:00
adelikat
df538c2833
ToolManager - lock down UpdateBefore/After, calling code should always only use UpdateToolsBefore/After since it properly deals with lua. This fixes inconsistent behavior in MovieZone and tastudio branch loading
2020-04-06 17:46:59 -05:00