From 9046ce0dc516d3a8b947deaa67448068c198eb45 Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Thu, 22 Nov 2012 19:33:19 +0000 Subject: sed1310: Cleanup. (nw) (MESS) bw2: Fixed memory mapping. (nw) (MESS) msm6255: Refactored to use device_memory_interface. (nw) (MESS) floppy: Added macros for declaring modern floppy formats. The generic floppy formats (D88/DFI/IMD/IPF/MFI/MFM) are now automatically supported in each driver using the modern floppy code. [Curt Coder] --- src/mess/includes/mikromik.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mess/includes/mikromik.h') diff --git a/src/mess/includes/mikromik.h b/src/mess/includes/mikromik.h index 6d44f4ce186..f0d189e5e87 100644 --- a/src/mess/includes/mikromik.h +++ b/src/mess/includes/mikromik.h @@ -118,6 +118,7 @@ public: int m_tc; UINT32 screen_update_mm1(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); TIMER_DEVICE_CALLBACK_MEMBER(kbclk_tick); + DECLARE_FLOPPY_FORMATS( floppy_formats ); }; -- cgit v1.2.3-70-g09d2