1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-11-27 22:40:48 +01:00
Commit Graph

764 Commits

Author SHA1 Message Date
kyoubate-haruka
33452394e6 kemono: also only load aimeio dll in x64 process 2024-09-27 17:50:40 +02:00
kyoubate-haruka
88a5bdcd14 kemono: only load I/O dll inside amdaemon 2024-09-26 11:52:00 +02:00
Dniel97
bb773a63ce Merge pull request 'Kemono Friends support / 32-bit CHC300 support' (#36) from Haruka/segatools:kemonofr into develop
Reviewed-on: https://gitea.tendokyu.moe/Dniel97/segatools/pulls/36
2024-09-21 15:12:05 +00:00
Dniel97
25e79f87c2 Merge pull request 'felica: fix rare card scan error (correct PMm)' (#33) from zaphkito/segatools:develop into develop
Reviewed-on: https://gitea.tendokyu.moe/Dniel97/segatools/pulls/33
2024-09-21 15:10:28 +00:00
kyoubate-haruka
79592514ba fgo: fix printer 2024-09-20 11:14:41 +02:00
kyoubate-haruka
cdfd3bf655 kemono: not sure why that went missing 2024-09-20 11:09:21 +02:00
kyoubate-haruka
f6c12fd230 kemono: Pre-generate printer firmware files 2024-09-19 13:46:49 +02:00
kyoubate-haruka
86556ed2c8 kemono: Update start.bat 2024-09-16 14:29:49 +02:00
kyoubate-haruka
9de48dd6ce kemono: flip declarations 2024-09-13 16:52:55 +02:00
kyoubate-haruka
d257887f6e kemono: fix packagefile again 2024-09-12 13:29:17 +02:00
kyoubate-haruka
3eef5dd209 kemono: fix LED board check error 2024-09-12 13:25:38 +02:00
kyoubate-haruka
599d5e3211 kemono: fix LED hooking, add button LEDs 2024-09-12 13:25:19 +02:00
kyoubate-haruka
f18d074c5f kemono: add missed declarations 2024-09-12 12:50:57 +02:00
kyoubate-haruka
6bd1bce419 kemono: mention in readme 2024-09-12 12:50:51 +02:00
kyoubate-haruka
96bdacfa7c kemono: remove old amdaemon workaround 2024-09-12 12:40:57 +02:00
kyoubate-haruka
d4bb7b6e0e kemono: correct keychip IP range 2024-09-12 12:40:10 +02:00
kyoubate-haruka
70ac873d11 kemono: add to package creation 2024-09-12 12:39:42 +02:00
kyoubate-haruka
068651b6fa kemono: add support 2024-09-11 13:31:23 +02:00
zaphkito
84e9ed3c9a felica: fix rare card scan error (cucorrect PMm)
from real aime card with official card reader
2024-08-31 13:57:18 +00:00
Dniel97
c827b4c212 Merge pull request 'add almost full vfd implementation' (#31) from Haruka/segatools:vfd into develop
Reviewed-on: https://gitea.tendokyu.moe/Dniel97/segatools/pulls/31
Reviewed-by: Dniel97 <dniel97@noreply.gitea.tendokyu.moe>
2024-08-24 21:56:38 +00:00
kyoubate-haruka
26624f25b1 hide default vfd ports from configs 2024-08-24 11:14:13 +02:00
kyoubate-haruka
824bc9abda default vfd port number to zero (use game-specific port) 2024-08-23 17:24:47 +02:00
kyoubate-haruka
cc5b87b559 add vfd settings to docs 2024-08-23 17:23:59 +02:00
kyoubate-haruka
e6794807a6 add default port fallback for vfd 2024-08-23 17:20:05 +02:00
kyoubate-haruka
54cbbffae9 add almost full vfd implementation 2024-08-23 16:30:22 +02:00
Dniel97
ac0f9f0587
aime firmware fix, mu3 keybinding fix 2024-08-21 15:13:09 +02:00
Dniel97
0061158188
printer: changed filename for holo cards 2024-08-20 13:40:47 +02:00
Dniel97
c535f18e40
added support for tokyo 2024-08-20 13:32:35 +02:00
Dniel97
c91c7db3c7
renamed [gpio] dipsw settings to [system] 2024-08-20 10:48:08 +02:00
Dniel97
6a4cae1165 Merge pull request 'Add bounds checking for D3D9 adapter number' (#29) from Bottersnike/segatools:fix/adapter_range into develop
Reviewed-on: https://gitea.tendokyu.moe/Dniel97/segatools/pulls/29
2024-08-19 13:54:58 +00:00
Bottersnike
383039e16e
Add bounds checking for D3D9 adapter number 2024-08-17 21:17:23 +01:00
d4nin3u
37c26ecadb chuniio: Add OpeNITHM LED protocol support (#26)
This commit basically copy-pastes the last commits from https://dev.s-ul.net/VeroxZik/segatools/-/commits/master to add OpenITHM LED support. Doesn't need to edit segatools.ini because the relevant config lines are already there for some reason.

Tested with my OpenITHM controller and behaves exactly like the other fork.

Reviewed-on: https://gitea.tendokyu.moe/Dniel97/segatools/pulls/26
Co-authored-by: d4nin3u <d4nin3u@gmail.com>
Co-committed-by: d4nin3u <d4nin3u@gmail.com>
2024-08-06 21:35:51 +00:00
Dniel97
686d57d3ee
unity: timezone spoofing fixed, close #27 2024-08-06 11:14:27 +02:00
Dniel97
b9204d4765
unity: hopefully fixes timezone spoofing #27 2024-08-05 21:59:59 +02:00
Dniel97
5abc593b46
cm: added printer support 2024-08-05 20:53:56 +02:00
Dniel97
fe14630b3d
unity: fixed option loading crash 2024-08-05 20:49:47 +02:00
Dniel97
92fe2751e7 Merge pull request 'dns: added WAHLAP billing DNS block' (#23) from zaphkito/segatools:develop into develop
Reviewed-on: https://gitea.tendokyu.moe/Dniel97/segatools/pulls/23
2024-07-06 23:06:31 +00:00
zaphkito
8c839b0d4e dns: added WAHLAP billing DNS block
China have another company named universal service WACCA, but they use same PowerOn and Download Order domain with SEGA official, so we need express `sys-all.cn` is only used for WAHLAP, not all China SEGA games.
WAHLAP have a unused billing domain, just in case, we blocked it now
2024-07-03 18:04:21 +00:00
Dniel97
ccb655a12b Merge pull request 'Add configurable debug logging' (#22) from Bottersnike/segatools:develop into develop
Reviewed-on: https://gitea.tendokyu.moe/Dniel97/segatools/pulls/22
2024-07-01 18:42:01 +00:00
Bottersnike
ded89f6343
Make fixes based on #22 review 2024-07-01 19:28:23 +01:00
Dniel97
f3e31fc2ae
improved doc 2024-06-30 19:37:04 +02:00
Dniel97
965126c68a
idac: improved compatibility with newer versions 2024-06-30 14:23:20 +02:00
Dniel97
050951e56f
idac: removed unused include 2024-06-24 17:15:29 +02:00
Dniel97
7e5e0f132e
idac: 837-15070 board implementation 2024-06-23 21:21:57 +02:00
Dniel97
4e58d3b9a2
added game specific devices documentation 2024-06-23 21:04:08 +02:00
Bottersnike
7d3cab256b
Add configurable debug logging 2024-06-20 01:22:01 +01:00
Dniel97
b0f307f427
Fixed option loading, thanks @Hay1tsme, close #16 2024-06-09 00:50:54 +02:00
Dniel97
7aa996193c Merge pull request 'dns: added CHN DNS block' (#17) from zaphkito/segatools:develop into develop
Reviewed-on: https://gitea.tendokyu.moe/Dniel97/segatools/pulls/17
2024-05-20 19:59:37 +00:00
zaphkito
9353c9872f dns: added CHN DNS block 2024-05-19 09:37:57 +00:00
Dniel97
d8b3d41809
mu3: hotfix for calling mu3_io_led_set_colors 2024-05-16 08:10:05 +02:00