Added PS/1 Audio Card emulation.
This commit is contained in:
parent
10739b9618
commit
61d7cf2276
13 changed files with 239 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue