diff musashi/m68kcpu.h @ 1843:13abdc98379e mame_interp

Get Android build target working on mame_interp branch
author Michael Pavone <pavone@retrodev.com>
date Thu, 18 Apr 2019 22:06:47 -0700
parents 2e57910fd641
children
line wrap: on
line diff
--- a/musashi/m68kcpu.h	Sun Apr 14 23:38:02 2019 -0700
+++ b/musashi/m68kcpu.h	Thu Apr 18 22:06:47 2019 -0700
@@ -510,12 +510,6 @@
 /* =============================== PROTOTYPES ============================= */
 /* ======================================================================== */
 
-union fp_reg
-{
-	uint64_t i;
-	double f;
-};
-
 void m68ki_exception_interrupt(m68000_base_device *m68k, uint32_t int_level);