diff options
Diffstat (limited to 'engines/agi/preagi_common.h')
-rw-r--r-- | engines/agi/preagi_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/agi/preagi_common.h b/engines/agi/preagi_common.h index 1c8705d37b..8b6dc0ee59 100644 --- a/engines/agi/preagi_common.h +++ b/engines/agi/preagi_common.h @@ -34,6 +34,9 @@ namespace Agi { #define IDA_DEFAULT 0x0F #define IDA_DEFAULT_REV 0xF0 +#define IDI_SND_OSCILLATOR_FREQUENCY 1193180 +#define IDI_SND_TIMER_RESOLUTION 0.0182 + #define kColorDefault 0x1337 #define IDI_MAX_ROW_PIC 20 |