Added basic emulation of ACC Micro 2036 chipset (used by Packard Bell Legend 300SX).

This commit is contained in:
SarahW 2018-02-12 15:55:25 +00:00
commit 72c2cb6f7d
13 changed files with 112 additions and 9 deletions

View file

@ -4,6 +4,7 @@
#include "io.h"
#include "mouse.h"
#include "acc2036.h"
#include "acer386sx.h"
#include "ali1429.h"
#include "amstrad.h"
@ -498,6 +499,7 @@ void at_ali1429_init()
void pb_l300sx_init()
{
at_init();
acc2036_init();
}
void at_sis496_init()