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,6 +1,8 @@
|
|||
#ifndef _TIMER_H_
|
||||
#define _TIMER_H_
|
||||
|
||||
#include "cpu.h"
|
||||
|
||||
extern int timer_start;
|
||||
|
||||
#define timer_start_period(cycles) \
|
||||
|
|
|
|||
Loading…
Reference in a new issue