forked from TeamTofuShop/segatools
Fixed com port config and added led hook
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
#include <stddef.h>
|
||||
|
||||
#include "board/config.h"
|
||||
#include "board/led15093.h"
|
||||
|
||||
#include "hooklib/dvd.h"
|
||||
#include "hooklib/touch.h"
|
||||
@ -19,6 +20,7 @@ struct apm3_hook_config {
|
||||
struct aime_config aime;
|
||||
struct dvd_config dvd;
|
||||
struct io4_config io4;
|
||||
struct led15093_config led15093;
|
||||
struct vfd_config vfd;
|
||||
struct apm3_dll_config dll;
|
||||
struct touch_screen_config touch;
|
||||
|
Reference in New Issue
Block a user