segatools/board/vfd.h

11 lines
153 B
C
Raw Normal View History

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