Merge branch 'master' into opengl

This commit is contained in:
ts-korhonen
2021-04-13 16:33:00 +03:00
8 changed files with 106 additions and 44 deletions

View File

@@ -109,6 +109,7 @@ extern void pit_handler(int set, uint16_t base, int size, void *priv);
#ifdef EMU_DEVICE_H
extern const device_t i8253_device;
extern const device_t i8254_device;
extern const device_t i8254_sec_device;
extern const device_t i8254_ext_io_device;
extern const device_t i8254_ps2_device;
#endif