diff z80_to_x86.h @ 682:7ed1dbb48f61

Merge
author Michael Pavone <pavone@retrodev.com>
date Sun, 04 Jan 2015 23:35:55 -0800
parents 5439ae7946ca 6b248602ab84
children 539d12fa6a4d
line wrap: on
line diff
--- a/z80_to_x86.h	Sun Jan 04 23:21:56 2015 -0800
+++ b/z80_to_x86.h	Sun Jan 04 23:35:55 2015 -0800
@@ -70,7 +70,7 @@
 	void *            system;
 	uint8_t           ram_code_flags[(8 * 1024)/128/8];
 	uint32_t          int_enable_cycle;
-	uint16_t          pc;
+  uint16_t          pc;
 	uint32_t          int_pulse_start;
 	uint32_t          int_pulse_end;
 	uint8_t           breakpoint_flags[(16 * 1024)/sizeof(uint8_t)];