vadosnaprimer
e06d32c70a
Revert "throttle shouldnt act as paused when rewinding"
...
This reverts commit 007442773a
.
fixes #3268 but unfixes #3053 , which should instead be fixed by something that doesn't lead to breaking other things and the author of the "fix" giving up on the project
2023-04-08 23:07:34 +03:00
YoshiRulz
45ab749caf
Fix N64 (Ares64) system menu having a blank space on Mono
2023-04-09 05:34:19 +10:00
vadosnaprimer
4ea80410b8
mame: fix bios selection menu
...
api changed in 952b4ecc67
2023-04-08 10:46:28 +03:00
YoshiRulz
f73a3bdea6
Fix poor merge
...
fixes 75e75ca97
2023-04-08 06:40:10 +10:00
YoshiRulz
75e75ca971
Update readme
2023-04-08 06:34:57 +10:00
feos
e4143669e1
Update README.md
...
add MAME
2023-04-07 23:18:49 +03:00
YoshiRulz
619c25b69a
Bump version
2023-04-08 05:12:57 +10:00
Morilli
ac3a8c7e5f
update bizhawk url in publish scripts
2023-04-07 19:09:10 +02:00
YoshiRulz
6e77c7348f
Improve error message when core does not implement mem callbacks
2023-04-08 02:16:29 +10:00
CasualPokePlayer
fbe1f9b53e
fix parameter order with DeltaUpdate calls
...
fixes 8737203f3a
2023-04-04 23:54:05 -07:00
CasualPokePlayer
389c6ebec5
fix 2mg detection
...
fixes 8737203f3a
2023-04-04 23:52:05 -07:00
CasualPokePlayer
8737203f3a
Add ISaveRam implementation for AppleII, fix bug which caused DiskIIController to not be correctly stated
2023-04-04 23:46:26 -07:00
CasualPokePlayer
9ae5f786de
fix #3610
2023-04-04 05:04:00 -07:00
CasualPokePlayer
b8f3f089f2
Add in ISaveRam implementation for C64, using the deltas of disks.
...
Add in better docs for `DeltaSerializer`.
Fix C64 not remembering disk changes when swapping disks (swapping disks essentially just reset the disk previously)
2023-04-04 04:28:47 -07:00
CasualPokePlayer
ece5d2548a
Fix peeks/pokes with the new memory domains in Virtu
...
fixes a311b3b6f3
2023-04-02 23:37:48 -07:00
CasualPokePlayer
2fc4683e6b
Fix edge case with C64 states when CurrentDisk is different
2023-04-02 06:58:56 -07:00
vadosnaprimer
d95cd4becb
mame: use biggest int multiple of 60 as a framerate numerator
...
denominator is determined by taking refresh attoseconts `as_ticks(numerator)` which reduces the initial 64bit value to what can be used for video
mame needs flat 60fps for screenless machines, so we use a numerator that is a multiple, while also being a tiny bit more accurate than with 1,000,000,000
2023-04-02 16:54:28 +03:00
CasualPokePlayer
df71de64c8
speedup delta stating with disks with simple track tracking, should be within acceptable performance bounds (more or less)
2023-04-02 03:48:24 -07:00
CasualPokePlayer
3ffb6c3b52
hack fix #3606
2023-04-02 02:41:59 -07:00
YoshiRulz
53e0907f61
Check-in Linux binary of mGBA
2023-04-02 19:23:55 +10:00
CasualPokePlayer
86b33bd3ce
fix DeltaSerializer validation checks and add one more
2023-04-02 02:19:52 -07:00
CasualPokePlayer
6f7f94a06e
don't give the same name to each track when stating
...
fixes 00e2fea901
2023-04-02 02:12:25 -07:00
CasualPokePlayer
00e2fea901
Create `DeltaSerializer`, uses simple RLE encoding so the serialized delta isn't huge, use it for C64 EasyFlash and Disks
2023-04-02 02:10:51 -07:00
vadosnaprimer
9a3cd21bc4
update mgba to latest master
2023-04-02 12:03:11 +03:00
CasualPokePlayer
5ca888a8af
misc cleanups with previous commit
2023-04-01 19:57:47 -07:00
CasualPokePlayer
a311b3b6f3
Change up AppleII's "main ram" domain, add aux ram domain
...
The main ram previously seemed to just be a slice of the system bus between 0 - 0xbfff. this posed two problems: that area is banked, and that area could represent main ram or aux ram. main ram now represents all of the ram main ram can possible represent, ordered like how the core orders it (which the way it does it happens to be very natural in any case), and a new aux ram domain does the same thing but with aux ram
Also some other changes put in so Rider wouldn't error on building Virtu
2023-04-01 19:54:26 -07:00
YoshiRulz
333fd6d533
Add Gentoo to Linux run script
2023-04-02 07:50:05 +10:00
YoshiRulz
2a70b532d5
Disable Hex Editor's "Save [to rom file]" when not looking at rom
...
fixes 2e19451b0
not the "ROM" domain, but the "File on Disk" domain
2023-04-02 05:30:34 +10:00
CasualPokePlayer
cd4c3cc353
fix various C64 state issues
...
Main changes here would be with cartridges, as it appears cartridge stating was just broken since 4ffcc9654a
(that's all the way back in 1.13!!!) due to SyncStateInternal not actually getting used
a few other components also had some variables missing from states
disks are not properly savestated yet, it appears it was commented out due to an assumption that disks were write only, but this isn't the case
some other cleanups here, none of them actually affecting state quality here
2023-04-01 07:06:56 -07:00
CasualPokePlayer
e4a6d9db67
set initial rtc for epson and sharp rtc in new BSNES
...
this is needed due to the complete lack of time.rtc handling (and even then, if SaveRAM doesn't exist this is needed)
2023-04-01 02:13:47 -07:00
CasualPokePlayer
a31ecb7c0f
fix new BSNES with subbsnes
...
fixes 22e35c45fc
2023-04-01 01:26:38 -07:00
CasualPokePlayer
22e35c45fc
hook up RTC support for new BSNES, resolves #3577
2023-04-01 01:23:16 -07:00
CasualPokePlayer
116bc26556
add in entries for the various regions for DSi NAND, add in handling to autodetect region
...
tentatively add in the bios7i and bios9i hashes from nointro
2023-03-31 20:22:23 -07:00
CasualPokePlayer
6284c98d72
hook up clear NAND flag and dsiware saveram support
...
do various cleanups
enforce clear NAND flag for movie recording and retroachievements hardcore mode
2023-03-31 06:23:58 -07:00
CasualPokePlayer
8ce2aac868
implement flag to clear DSi NAND of any titles that already happen to be installed, implement functions for importing/exporting dsiware sav files
...
(c# changes using these pending)
2023-03-31 06:21:56 -07:00
CasualPokePlayer
7ae3f447d6
correct default for showing lightgun cursor (a casual player probably wants this on)
...
fixes c7ea4cbd0e
2023-03-30 20:33:00 -07:00
CasualPokePlayer
c7ea4cbd0e
Correct neutral Y position for SNES lightguns (fixes old BSNES lightguns), add in a controller button for offscreen shots for Snes9x and new BSNES, add UI option to disable drawing lightgun cursor for new BSNES
2023-03-30 20:25:26 -07:00
CasualPokePlayer
6ea7fd04d8
"fix" issues with ares recompiler not playing nice with states
...
these issues really come under fault of bad invalidation handling, for now just deal with the state size hit and dont invis these blocks of memory
2023-03-30 19:44:09 -07:00
CasualPokePlayer
f7b83be5ab
fix lightguns in snes9x, support offscreen shots in snes9x (UI yet to be hooked up), fix lightguns in new bsnes, add option in bsnes to disable drawing light gun cursors (UI yet to be hooked up)
2023-03-30 16:34:04 -07:00
YoshiRulz
380e459bec
Copy from an editable template file when making a new Lua script
2023-03-30 21:43:27 +10:00
CasualPokePlayer
02caa5fcbb
update ares, fix some lingering issues with recompiler
2023-03-29 04:00:10 -07:00
CasualPokePlayer
00152bbaa9
add in dedither filter bit for VI_CONTROL for ares64, fixes #3587
2023-03-28 20:22:20 -07:00
CasualPokePlayer
a12d11b2ea
tweak llvm setup script, now puts in a relative git dir and some possible failure states are fixed
2023-03-28 19:20:36 -07:00
CasualPokePlayer
c8a2eca83f
use FastMap for sys bus peeks for hypernyma, resolves #3598
2023-03-28 18:18:27 -07:00
CasualPokePlayer
4e83bccd3b
make sure wbx c++ files also have NDEBUG defined, fixes 1643bf0
2023-03-28 18:02:46 -07:00
CasualPokePlayer
1643bf01bc
add NDEBUG define for wbx cores (release only), fixes #3594
2023-03-28 17:23:06 -07:00
CasualPokePlayer
0a2d4405f0
Revamp Waterbox Setup ( #3529 )
...
* Waterbox setup has been revamped to use the latest llvm parts (llvm 16 for compiler_rt/libunwind/libcxx/libcxxabi).
* Clang is now possible to use, and is the preferred compiler (due to superior performance).
* Supported compilers are now clang 14/15/16, and gcc 12.
* Other core updates are mixed in.
---------
Co-authored-by: Morilli <35152647+Morilli@users.noreply.github.com>
2023-03-28 16:53:33 -07:00
YoshiRulz
44322e6a7d
Add comments to Gambatte's `ITraceable` impl.
2023-03-26 12:49:52 +10:00
YoshiRulz
35f1e6b58b
Fix GitLab CI trying to build CMake project librcheevos
2023-03-26 12:37:00 +10:00
YoshiRulz
eee8a7e0cc
Split `Config.AVWriterResize` tuple into 2 props
...
fixes 32d2f2311
2023-03-26 12:36:24 +10:00