mirror of
https://github.com/86Box/86Box.git
synced 2026-02-27 17:34:25 -07:00
More LPT device sanitization, un-dev-branch the Generic PCL printer, add language selection to it and the PostScript printer (including a Raw option), and translate the missing strings.
This commit is contained in:
@@ -132,8 +132,7 @@ extern void lpt_port_remove(lpt_t *dev);
|
||||
extern void lpt1_remove_ams(lpt_t *dev);
|
||||
|
||||
extern void lpt_devices_init(void);
|
||||
extern void * lpt_attach(int port,
|
||||
void (*write_data)(uint8_t val, void *priv),
|
||||
extern void * lpt_attach(void (*write_data)(uint8_t val, void *priv),
|
||||
void (*write_ctrl)(uint8_t val, void *priv),
|
||||
void (*strobe)(uint8_t old, uint8_t val,void *priv),
|
||||
uint8_t (*read_status)(void *priv),
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
extern const device_t lpt_prt_text_device;
|
||||
extern const device_t lpt_prt_escp_device;
|
||||
extern const device_t lpt_prt_ps_device;
|
||||
#ifdef USE_PCL
|
||||
extern const device_t lpt_prt_pcl_device;
|
||||
#endif
|
||||
|
||||
#endif /*EMU_PRT_DEVS_H*/
|
||||
|
||||
Reference in New Issue
Block a user