1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-11-28 06:50:49 +01:00
segatools-dniel97/board/vfd.h

11 lines
153 B
C
Raw Normal View History

#pragma once
#include <windows.h>
2024-02-06 12:34:11 +01:00
struct vfd_config {
bool enable;
};
HRESULT vfd_hook_init(const struct vfd_config *cfg, unsigned int port_no);