Video card can now be changed on Amstrad PC1640, PC2086, PC3086, and Sinclair PC200.
This commit is contained in:
parent
3a369bd3f6
commit
9bdfc9348f
9 changed files with 340 additions and 119 deletions
|
|
@ -1,3 +1,6 @@
|
|||
#ifndef _MOUSE_H_
|
||||
#define _MOUSE_H_
|
||||
|
||||
void mouse_emu_init();
|
||||
void mouse_emu_close();
|
||||
void mouse_poll(int x, int y, int z, int b);
|
||||
|
|
@ -24,3 +27,5 @@ typedef struct
|
|||
} mouse_t;
|
||||
|
||||
extern int mouse_type;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue