6c5673dd24
board/io4.c: Add initial emulator for USB-mode IO-4
2019-08-30 18:49:11 -04:00
9ea6e09fdc
Tweak JVS coin count APIs
...
This makes things more consistent with the button/analog APIs.
2019-08-03 17:41:39 -04:00
e06be9fc7b
board/sg-reader.c: Configurate sg_reader
2019-06-03 22:28:44 -04:00
924c1d8fdb
board/config.c: Add struct aime_config
2019-06-03 22:28:06 -04:00
b172c22322
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:23:21 -04:00
8158d01ed9
board/io3.c: Tweak ADC polling interface
2019-05-03 21:23:21 -04:00
23257f272e
board/slider-cmd: Simplify RGB message def
2019-05-02 22:11:54 -04:00
ee39a94bde
board/io3.c: Add capabilities comment
2019-05-02 19:41:04 -04:00
0271abb21e
board/io3.c: Fix JVS coin counter emulation
2019-05-02 19:38:39 -04:00
025102fc58
Remove PCH source files
...
Deprecated in newer versions of Meson.
2019-05-01 21:17:30 -04:00
27663b4b19
board/sg-reader.c: Push down aimeio.dll calls
...
This is kind of a layer break but the alternative is way too much
boilerplate to deal with.
2019-03-16 11:42:36 -04:00
463d55cddc
board/io3.c: Use IO-4 GPIO output count
...
Supposedly the IO-4's JVS interface presents the exact same
capabilities as the IO-3 except that it purports to have a massive
number of GPIO outputs (20 ports, each port having 8 bits). So
we'll just make our emulated IO-3 look like an IO-4 then.
2019-03-08 10:07:48 -05:00
5eef0455a2
board/io3.c: Fix analog input endianness
2019-03-08 10:07:48 -05:00
0806282bbf
board/guid.c: Add HID class GUID
2019-03-04 16:47:32 -05:00
bc2928804c
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 13:49:29 -05:00
2cbb18604b
board/sg-led.c: Remove error path from update cmd
...
No way to return it to the host application anyway since this
command is unacknowledged.
2019-02-26 13:49:29 -05:00
8606d17699
board/sg-nfc.c: Pass UID consistently
...
If we receive it from the upper ops layer then we should send it
back as well.
2019-02-26 13:49:29 -05:00
bbe085b73d
board/slider-cmd.h: Add separate Diva LED cmd
...
The Chunithm slider has sixteen cells and fifteen (I think?)
vertical lines splitting the cells. Diva does not have these lines,
so presumably the LED data format is different. Need to analyze
this further.
2019-02-26 13:49:29 -05:00
05ccf363d9
board/meson.build: Fix sorting
2019-02-26 13:49:29 -05:00
8036ff71ec
board: Factor out Chunithm slider
2019-01-26 12:05:37 -05:00
ee011a74d4
Make dprintfs 64-bit clean
2018-12-17 17:34:50 -05:00
755be05603
board/sg-nfc.c: Use non-hardcoded UID
...
Turns out this does in fact vary between cards, even though its
actual value is unimportant.
2018-12-17 17:34:50 -05:00
51e4eca7dd
Add MSVC PCH support
2018-11-23 18:25:22 -05:00
0cbd950289
Fix non-PCH build
2018-11-23 14:37:42 -05:00
1630784c3d
board/sg-led.c: Implement RGB LED support
...
Used by AiMe reader, possibly used elsewhere.
2018-11-20 20:33:17 -05:00
4936fc2bcc
board/sg-nfc.c: Add initial emu for NFC board
...
This board also supports FeliCa and probably some other stuff.
Need to analyze and implement these features later, Mifare card
support only for now.
2018-11-20 20:33:17 -05:00
0135236209
board/sg-cmd.c: Add "sg" req/resp packets
2018-11-20 20:33:17 -05:00
b8ffd20877
board/sg-frame.c: Add "sg" framing support
2018-11-20 20:33:17 -05:00
9f43f9f397
Hoist slider from board into chunihook
...
Diva slider uses the quasi-JVS framing used by all other SEGA
boards, the Chunithm slider is a special case.
2018-11-20 20:33:17 -05:00
2440be1cbf
board/io3.c: Handle short reads/writes
2018-11-20 20:33:17 -05:00
acfa53fc5c
board/slider-cmd.h: Add commands for touch slider PCB
2018-11-20 20:33:17 -05:00
5a7d549434
board/slider-frame.c: Add framing for touch slider PCB
2018-11-20 20:33:17 -05:00
372868565e
board/io3.c: Add SEGA "Type 3" JVS I/O emulator
2018-11-20 20:33:17 -05:00
f05348fb9d
board: Add empty static library
2018-11-20 20:33:17 -05:00