Commit Graph
362 Commits
Author SHA1 Message Date
QCDLZCLW3K fb912e2c1e Separate key algorithm and core code for rp2 and rp3 2022-05-12 10:25:53 +09:00
QCDLZCLW3K 93832d9e38 Small refactor for rp2 and rp3 + add new sign keys 2022-05-12 05:18:07 +09:00
Will Toohey e4f7c4e667 Sane default for vertical window (true) 2022-04-03 21:40:18 +10:00
Will Toohey 3cb72cc05c jbhook2: get p3io sidcode from ea3-config, don't hardcode 2022-04-03 21:32:33 +10:00
Will Toohey 204541e533 Move p3io-specific jbhook-util funcs to their own static lib 2022-04-03 21:02:38 +10:00
icex2 4283346ae0 Bump version to 5.39 for next development cycle 2022-04-02 11:16:58 +02:00
icex2 75c3255aaf Update changelog and docs for 5.38 release 2022-04-02 10:51:43 +02:00
Will Xyen 7180df4ff6 sdvxhook: address comments 2022-03-15 16:50:03 -07:00
Will Xyen b2714d1455 sdvxio-kfca: add volume overrides 2022-03-15 00:39:10 -07:00
Will Xyen def2969037 sdvxhook2: add nvapi and power hooks 2022-03-15 00:38:46 -07:00
icex2 96775835ba Update changelog for 5.37 2022-01-04 22:15:24 +01:00
icex2 9197c8292c Version bump in readme 2022-01-04 22:13:54 +01:00
icex2 699c303aed Add supported jubeat games to list of games 2022-01-04 22:13:39 +01:00
Will Toohey cf126bef4c jbhook2: Move hooking further back where possible
This fixes a failure to boot (due to aciomgr hanging)
on jubeat knit append on my cab
2022-01-03 19:57:28 +10:00
Will Toohey 69236b1775 jbhook2: fix broken windowed toggle 2022-01-03 19:56:10 +10:00
Will Toohey 64c76b5ea3 jbhook1: also use ICCB 2022-01-03 18:32:31 +10:00
Will Toohey 55da4f6b0a jbhook2: also use ICCB mode (fixes copious) 2022-01-03 17:03:44 +10:00
Will Toohey f0300ba626 jbhook: make errors right-side-up as well 2022-01-03 16:48:12 +10:00
Will Toohey f67c2e4835 jbhook: Fix security error when booting knit append 2022-01-03 16:46:56 +10:00
Will Toohey f1fcfeb10d jbhook: Finalise half-baked "rotate window" hooks 2022-01-03 14:57:43 +10:00
Will Toohey 6e72983a21 jbhook: Add some better documentation 2022-01-03 14:30:20 +10:00
Will Toohey f97640883f jbhook: fix missing heap sizes in gamestart.bat 2022-01-03 14:13:33 +10:00
Will Toohey 5fe882141d p3ioemu: reorganise code for easy reading 2022-01-03 14:12:23 +10:00
Will Toohey 8e92ffd498 jubeat: support p3io games 2021-12-31 20:23:31 +10:00
icex2 9f4e792942 Improve debugability for inline scripts in ci pipeline
Instead of a single big block of code which only shows up as a
single command executed, have each command on a separate "line"
so they show up on debug output. If one line fails, it's easier
to tell which one failed
2021-12-28 23:41:37 +01:00
icex2 e033615d6b Bugfix gitlab-ci
Artifacts need to be yielded from build stage in order to have
these available in the following stages
2021-12-28 23:41:04 +01:00
icex2 1100f28f31 Output to stderr instead of stdout in release message script
stdout is used for actual data output which is captured by
the ci pipeline. stderr shows up properly in debug output
2021-12-28 23:40:21 +01:00
Felix 8879347b75 avs: add additional avs_net_interface fields for newer AVS 2021-10-25 23:21:02 +00:00
Will Xyen 40dfea06d3 Bump version to 5.37 2021-10-11 14:01:45 -07:00
Will Xyen 1485aebe3e dist: add IIDX28 support 2021-10-11 13:59:02 -07:00
icex2 4fe5f5552b doc/iidxhook3: Clarify usage of EAMID on iidx 14-17, network error
Add some additional symptoms and reasoning as this is different
for 14 to 17 compared to any other iidx version on how to use
the PCBID you get from server operators.
2021-09-27 21:50:16 +02:00
Will Xyen d05207bdb2 acio: minor fixes 2021-09-13 13:38:27 -07:00
Will Xyen 76eca30e7a bio2: add definitions for 20th anniversary model 2021-09-13 02:51:19 +00:00
Will Xyen 346f1d6693 aciotest: add RVOL test, and change to use product types instead of names 2021-09-13 02:51:19 +00:00
Will Xyen 14b75817eb acio: add RVOL node definition 2021-09-13 02:51:19 +00:00
Will Xyen e6042ade83 aciodrv: add method to get product type of node
some devices share product codes (KFCA->RVOL), we really should be using type to differentiate them.
2021-09-13 02:51:19 +00:00
Will Xyen 0fdd51cd2f acioemu: update name of AC_IO_ICCA_CMD_DEVICE_CONTROL 2021-09-13 02:51:19 +00:00
Will Xyen 5e5daffc20 acio: add MDXF node definition 2021-09-13 02:51:19 +00:00
Will Xyen 8f46a08ea2 ddrhook: move common hooks to ddrhook-util 2021-09-13 02:51:19 +00:00
icex2 78c7d959e6 Remove hardware docs, moved to arcade-docs project
These didn't really belong to this project to begin with but
didn't find a good home until recently. Already moved to
arcade-docs repository
2021-09-12 23:58:28 +02:00
icex2 8dfcffb964 Add reference to arcade-docs project to documentation 2021-09-12 23:57:55 +02:00
icex2 00b94d45f2 Formatting 2021-09-12 23:56:45 +02:00
icex2 fa286fc5e6 Refine CI/CD pipeline
Make use of GitLab features like the package registry to store dist
packages, GitLab releases and broadcast the release to different
channels.

Overall, this enables developers to be push out releases for frequently
since the amount of manual work is reduced.
2021-07-11 18:03:06 +00:00
Will Xyen e0e44066f9 iidxhook: fix eamuse hook not using a sane port as the default when none are specified (#64) 2021-07-08 22:25:45 -07:00
Will Xyen 0f2c668187 changelog: mention wavepass support in 5.35 2021-06-23 11:35:43 -07:00
Will Xyen 17d998aeab Bump version to 5.36 2021-06-23 11:23:08 -07:00
Will Xyen 7a33e9d59f Update changelog for 5.35 2021-06-23 11:17:29 -07:00
CrazyRedMachine f88ffdb854 aciodrv: add PANB support (+ aciotest handler)
add aciodrv-proc module

explanation : PANB works differently from other acio devices ; you send
one "start auto input" command without expecting a reply, and then the
piano keeps spamming "recv poll" commands on the acio bus and never replies
to any other commands.. failure to process these messages quickly enough
will saturate the serial buffer and cause checksum errors after a while.

for this reason, aciodrv-proc module was added in order to create a
thread which manages these recv poll commands and keeps the latest
known button state in memory so that it can be retrieved easily.
2021-05-03 20:14:21 +02:00
icex2 d3026cd540 Update Bug.md, fix comment not closing 2021-05-02 10:54:45 +00:00
icex2 44eda1b1c4 Update bug template, add info to run with default config 2021-05-02 10:54:24 +00:00