board/vfd.c: Add stub emu for "VFD" LCD

This commit is contained in:
Tau
2019-08-30 19:04:39 -04:00
parent 6c5673dd24
commit 61c7905a32
3 changed files with 69 additions and 0 deletions

5
board/vfd.h Normal file
View File

@ -0,0 +1,5 @@
#pragma once
#include <windows.h>
HRESULT vfd_hook_init(unsigned int port_no);