diff options
author | 2012-11-22 19:33:19 +0000 | |
---|---|---|
committer | 2012-11-22 19:33:19 +0000 | |
commit | 9046ce0dc516d3a8b947deaa67448068c198eb45 (patch) | |
tree | 0f3c1a6ba191584dfd05631c95c6a4d978d37fd4 /src/mess/includes/mikromik.h | |
parent | 20f0cd1a58cfeff8d49437b9c34a344732939706 (diff) |
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]
Diffstat (limited to 'src/mess/includes/mikromik.h')
-rw-r--r-- | src/mess/includes/mikromik.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 ); }; |