The EuroPC now uses a NVR file;

The EuroPC now includes a LPT3 port.
This commit is contained in:
OBattler
2017-08-16 02:33:25 +02:00
parent b9c749066d
commit d4f4a781cf
3 changed files with 47 additions and 4 deletions

View File

@@ -7,3 +7,5 @@ extern void lpt1_remove();
extern void lpt2_init(uint16_t port);
extern void lpt2_remove();
extern void lpt2_remove_ams();
extern void lpt3_init(uint16_t port);
extern void lpt3_remove();