From e81dceb242a12650a4b259b3cbdc35a9155c9c9e Mon Sep 17 00:00:00 2001 From: "SND\\notaz_cp" Date: Sat, 19 Jan 2013 00:34:51 +0000 Subject: cdrom: cleanup, support errors, improve timing most changes verified on real thing git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82377 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/cdrom.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libpcsxcore/cdrom.h') diff --git a/libpcsxcore/cdrom.h b/libpcsxcore/cdrom.h index 525df6b5..32275bda 100755 --- a/libpcsxcore/cdrom.h +++ b/libpcsxcore/cdrom.h @@ -84,7 +84,8 @@ typedef struct { int Init; - unsigned char Irq; + u16 Irq; + u8 IrqRepeated; u32 eCycle; u8 Seeked; -- cgit v1.2.3