Commit Graph
353 Commits
Author SHA1 Message Date
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
icex2 a89b7bbc1f Fix typo in log message 2021-05-02 10:39:55 +00:00
Will Xyen c3453adc42 aciodrv: refactor aciodrv_device_init function 2021-05-01 10:42:55 -07:00
Will Xyen 425ecb9cde aciodrv: Update aciodrv_device_init to properly reset the device 2021-05-01 10:30:02 -07:00
Will Xyen 1f25c1e19d doc: Make doc.zip include the whole folder
Also update vigem docs
2021-04-30 20:24:13 -07:00
Will Xyen 1634367c18 aciodrv: fix pointer logging 2021-04-26 12:50:22 -07:00
Will Toohey f42579bc66 Clarify how eamio-icca works with jbio-p4io 2021-04-06 21:04:34 +10:00
Will Toohey 3c4b73ee11 Add default jbio-h44b.conf to /dist 2021-04-06 20:58:47 +10:00
Will T aa22b2829b Add missing backticks in jbio-p4io.md 2021-04-06 10:54:20 +00:00
Will Toohey 6955c0e526 Make h44b light mapping explicit 2021-04-06 20:52:19 +10:00