Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

Commit

Permalink
history
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Berti committed Mar 22, 2023
1 parent 63e958c commit 7e903a6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## 23.0322
32x: rewrite reg handling
32x: pwm, support l/r channel mapping
32x: pwm, fix init value for the interrupt counter
32x: savestate handling, update lib
32x: sh2 should read rom via md mapper (if any)
32x: add framebuffer mirror to sh2 memory map
32x: add z80 delays when accessing sh2 side
32x: add debug mem view
32x: when mdVdp is set as H32, stretch to H40 to match s32x
32x: fix RLE, draw all pixels
32x: fix direct color mode in NTSC V28
32x: fbcr, int_mask write fixes, improve handling of illegal insts
32x: only check FM bit on reads when assertions are enabled
helios: migrate Size enum to use ints
sh2: fix sci protocol + fix for mars check sci
sh2: drc fix trapa, trapa is a branch instruction
sh2: fix sci for mars check, add test
sh2: run DmaC when polling is active
sh2: let illegal inst exception propagate
sh2: handle word-writes to CCR
sh2: warn on overlapping interrupts
sh2: dma autoReq shouldn't stop a dma dreq in progress
sh2: fix bugs on polling, activation

## 22.1206
* default to DRC, cacheOn
* does not require official bioses, uses homebrew
Expand Down
4 changes: 2 additions & 2 deletions res/launcher_hacks.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#chaotix -> breaks with poll1
#java -XX:AutoBoxCacheMax=65536 -XX:-DontCompileHugeMethods -XX:+AlwaysCompileLoopMethods -Dhelios.32x.sh2.poll.detect=false -Dtinylog.configuration=./tinylog.properties -Djinput.enable=true -#Djinput.native.location=lib -jar helios32x-23.0316-SNAPSHOT.jar "$@"
#java -XX:AutoBoxCacheMax=65536 -XX:-DontCompileHugeMethods -XX:+AlwaysCompileLoopMethods -Dkey.config.file=key.config.1p -Dhelios.32x.sh2.poll.detect=false -Dtinylog.configuration=./res/tinylog.properties -Djinput.enable=true -Djinput.native.location=lib -jar helios32x-23.0322.jar "$@"

#fifa96 -> cycles=18 poll0 or cycles 12 poll1
#brutal -> cycles=12
#java -XX:AutoBoxCacheMax=65536 -XX:-DontCompileHugeMethods -XX:+AlwaysCompileLoopMethods -Dhelios.32x.sh2.cycles=12 -Dtinylog.configuration=./tinylog.properties -Djinput.enable=true -#Djinput.native.location=lib -jar helios32x-23.0316-SNAPSHOT.jar "$@"
#java -XX:AutoBoxCacheMax=65536 -XX:-DontCompileHugeMethods -XX:+AlwaysCompileLoopMethods -Dkey.config.file=key.config.1p -Dhelios.32x.sh2.cycles=12 -Dtinylog.configuration=./res/tinylog.properties -Djinput.enable=true -Djinput.native.location=lib -jar helios32x-23.0322.jar "$@"

0 comments on commit 7e903a6

Please sign in to comment.