Added PS/1 Audio Card emulation.

This commit is contained in:
SarahW 2016-04-13 21:56:15 +01:00
commit 61d7cf2276
13 changed files with 239 additions and 15 deletions

View file

@ -1,3 +1,6 @@
#ifndef _CPU_H_
#define _CPU_H_
extern int cpu, cpu_manufacturer;
/*808x class CPUs*/
@ -111,3 +114,5 @@ void cpu_WRMSR();
extern int cpu_use_dynarec;
extern int xt_cpu_multi;
#endif