This website requires JavaScript.
Explore
Help
Register
Sign In
komikazui
/
segatools
Watch
1
Star
0
Fork
0
You've already forked segatools
forked from
Dniel97/segatools
Code
Pull Requests
Activity
9e3c70ad6b
segatools
/
board
/
sg-reader.h
6 lines
87 B
C
Raw
Normal View
History
Unescape
Escape
board/sg-reader.c: Factor out NFC ass'y emu Combine the NFC module emulator with the LED module emulator and a virtual UART to build a higher-level reusable building block.
2019-02-26 18:47:41 +00:00
#
pragma once
#
include
<windows.h>
board/sg-reader.c: Streamline further Remove remaining pointless boilerplate, turn it into a free- standing hook, since its aimeio.dll dependency forces it to be a singleton anyway.
2019-05-03 21:21:38 +00:00
HRESULT
sg_reader_hook_init
(
unsigned
int
port_no
)
;
Copy Permalink