Add Amstrad PC5086 emulation. Patch from davide78.
This commit is contained in:
parent
95e6819f02
commit
a89347d415
18 changed files with 428 additions and 132 deletions
|
|
@ -4,6 +4,8 @@ void serial1_init(uint16_t addr, int irq, int has_fifo);
|
|||
void serial2_init(uint16_t addr, int irq, int has_fifo);
|
||||
void serial1_set(uint16_t addr, int irq);
|
||||
void serial2_set(uint16_t addr, int irq);
|
||||
void serial1_set_has_fifo(int has_fifo);
|
||||
void serial2_set_has_fifo(int has_fifo);
|
||||
void serial1_remove();
|
||||
void serial2_remove();
|
||||
void serial_reset();
|
||||
|
|
|
|||
Loading…
Reference in a new issue