summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/psx/psxdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/psx/psxdefs.h')
-rw-r--r--src/devices/cpu/psx/psxdefs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/cpu/psx/psxdefs.h b/src/devices/cpu/psx/psxdefs.h
index fde2456b515..3939254ac50 100644
--- a/src/devices/cpu/psx/psxdefs.h
+++ b/src/devices/cpu/psx/psxdefs.h
@@ -6,9 +6,6 @@
#pragma once
-#define PSXCPU_DELAYR_PC ( 32 )
-#define PSXCPU_DELAYR_NOTPC ( 33 )
-
#define PSXCPU_BYTE_EXTEND( a ) ( (int32_t)(int8_t)a )
#define PSXCPU_WORD_EXTEND( a ) ( (int32_t)(int16_t)a )