mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2026-05-09 04:03:03 -05:00
This PR implements the missing NFC, FeliCa, and Mifare command handlers in `aimeio`. This expands the reader's capability to support games and tools that utilize these specific radio functions. **Changes:** * Implemented NFC radio control functions. * Added MIFARE and FeliCa command handling. * Updated `aimeio` DLL exports and hook definitions. **Testing Status:** * I have verified the implementation using a virtual `aimeio` test environment, and the command handling works as expected. But I currently do not have access to a physical card reader, so haven't been able to verify the behavior on actual hardware yet. Reviewed-on: https://gitea.tendokyu.moe/TeamTofuShop/segatools/pulls/94 Co-authored-by: グローランプ <130208311+Gl0w1amp@users.noreply.github.com> Co-committed-by: グローランプ <130208311+Gl0w1amp@users.noreply.github.com>
47 lines
1.2 KiB
Modula-2
47 lines
1.2 KiB
Modula-2
LIBRARY chusanhook
|
|
|
|
EXPORTS
|
|
Direct3DCreate9
|
|
aime_io_get_api_version
|
|
aime_io_init
|
|
aime_io_led_set_color
|
|
aime_io_vfd_set_text
|
|
aime_io_vfd_set_state
|
|
aime_io_nfc_get_aime_id
|
|
aime_io_nfc_get_felica_id
|
|
aime_io_nfc_poll
|
|
aime_io_nfc_get_mifare_uid
|
|
aime_io_nfc_mifare_select
|
|
aime_io_nfc_mifare_set_key
|
|
aime_io_nfc_mifare_authenticate
|
|
aime_io_nfc_mifare_read_block
|
|
aime_io_nfc_felica_transact
|
|
aime_io_nfc_radio_on
|
|
aime_io_nfc_radio_off
|
|
aime_io_nfc_to_update_mode
|
|
aime_io_nfc_send_hex_data
|
|
amDllVideoClose @2
|
|
amDllVideoGetVBiosVersion @4
|
|
amDllVideoOpen @1
|
|
amDllVideoSetResolution @3
|
|
chuni_io_get_api_version
|
|
chuni_io_jvs_init
|
|
chuni_io_jvs_poll
|
|
chuni_io_jvs_read_coin_counter
|
|
chuni_io_slider_init
|
|
chuni_io_slider_set_leds
|
|
chuni_io_slider_start
|
|
chuni_io_slider_stop
|
|
chuni_io_led_init
|
|
chuni_io_led_set_colors
|
|
chu2to3_io_get_api_version
|
|
chu2to3_io_jvs_init
|
|
chu2to3_io_jvs_poll
|
|
chu2to3_io_jvs_read_coin_counter
|
|
chu2to3_io_slider_init
|
|
chu2to3_io_slider_set_leds
|
|
chu2to3_io_slider_start
|
|
chu2to3_io_slider_stop
|
|
chu2to3_io_led_init
|
|
chu2to3_io_led_set_colors
|