summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/imd_dsk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/imd_dsk.cpp')
-rw-r--r--src/lib/formats/imd_dsk.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/formats/imd_dsk.cpp b/src/lib/formats/imd_dsk.cpp
index 51337a7f890..4ae22724fb9 100644
--- a/src/lib/formats/imd_dsk.cpp
+++ b/src/lib/formats/imd_dsk.cpp
@@ -8,8 +8,8 @@
*********************************************************************/
-#include <string.h>
-#include <assert.h>
+#include <cstring>
+#include <cassert>
#include "flopimg.h"
struct imddsk_tag
td> Vas Crabb2019-10-261-3/+3 * msm5832: Simplify handlers (nw) AJR2019-10-211-2/+2 * -snapquik: Modernized delegate and removed MCFG macros. [Ryan Holtz] MooglyGuy2019-06-301-5/+5 * (nw) Clean up the mess on master Vas Crabb2019-03-261-6/+5 * Revert "conflict resolution (nw)" andreasnaive2019-03-251-5/+6 * Make the delay for snapshot/quickload an attotime, and allow implicit zero. ... Vas Crabb2019-02-061-1/+1 * output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-1/+2 * imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-4/+2 * Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1 * mc6845: first part of MCFG macros removal (nw) Ivan Vangelista2018-11-191-7/+8 * z80ctc: Allow a fixed-rate clock input to be configured for each channel. Thi... AJR2018-11-101-5/+3 * rs232: another batch of MCFG removal (nw) Ivan Vangelista2018-10-221-2/+2 * aussiebyte: Screen raw parameters (nw) AJR2018-10-131-6/+5 * wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-3/+3 * z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-4/+4 * z80scc.cpp, z80sio.cpp: deMCFGfied; 8530scc.cpp: removed macros which weren't... Ivan Vangelista2018-08-271-12/+12 * (nw) 6821 and 6850 have no clock for bus logic side, remove some MFCG_, fix b... Vas Crabb2018-07-131-19/+18 * devcb3 Vas Crabb2018-07-071-19/+19 * acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-2/+2 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-20/+20 * wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-11/+11 * More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2 * dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-36/+36 * Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+4 * srcclean and regenerate localisations (nw) Vas Crabb2018-03-251-9/+9 * QuikLoad option on CP/M-80 machines (#3368) Stefano2018-03-221-0/+55 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-38/+40 * more cleanup and encapsulation (nw) Vas Crabb2018-02-221-5/+3 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2 * xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-11/+11 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1 * (nw) more drivers moved to z80sio.h