Trned the LPT ports into device_t's.

This commit is contained in:
OBattler
2025-08-02 14:51:28 +02:00
parent 43a4bd7903
commit b9e294b781
52 changed files with 723 additions and 524 deletions

View File

@@ -2108,5 +2108,7 @@ const lpt_device_t lpt_prt_escp_device = {
.read_status = read_status,
.read_ctrl = read_ctrl,
.epp_write_data = NULL,
.epp_request_read = NULL
.epp_request_read = NULL,
.priv = NULL,
.lpt = NULL
};