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,13 @@
|
|||
#include "mouse.h"
|
||||
|
||||
void amstrad_init();
|
||||
|
||||
extern mouse_t mouse_amstrad;
|
||||
extern int amstrad_latch;
|
||||
|
||||
enum
|
||||
{
|
||||
AMSTRAD_NOLATCH,
|
||||
AMSTRAD_SW9,
|
||||
AMSTRAD_SW10
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue