forked from Hay1tsme/segatools
ekt: implement cx7000 printer
This commit is contained in:
@ -34,6 +34,7 @@
|
||||
|
||||
#include "ekthook/config.h"
|
||||
#include "ekthook/io4.h"
|
||||
#include "hooklib/printer_cx.h"
|
||||
|
||||
#include "platform/platform.h"
|
||||
|
||||
@ -72,6 +73,8 @@ static DWORD CALLBACK ekt_pre_startup(void)
|
||||
goto fail;
|
||||
}
|
||||
|
||||
printer_cx_hook_init(&ekt_hook_cfg.printer, ekt_hook_mod);
|
||||
|
||||
/* Initialize emulation hooks */
|
||||
|
||||
hr = platform_hook_init(
|
||||
|
Reference in New Issue
Block a user