summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/primoptp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/primoptp.cpp')
-rw-r--r--src/lib/formats/primoptp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/primoptp.cpp b/src/lib/formats/primoptp.cpp
index 635f66d25ac..23aab613c29 100644
--- a/src/lib/formats/primoptp.cpp
+++ b/src/lib/formats/primoptp.cpp
@@ -241,7 +241,7 @@ static const struct CassetteFormat primo_ptp_image_format =
"ptp",
primo_ptp_identify,
primo_ptp_load,
- NULL
+ nullptr
};
CASSETTE_FORMATLIST_START(primo_ptp_format)
d28c8e2437'>API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+3 * sm510: change meaning of r port mask option (nw) hap2018-01-071-4/+3 * dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-3/+3 * Machine promoted to working hap2017-06-251-2/+2 * sm500: small cleanup (nw) hap2017-06-251-13/+12 * hh_sm510: added lcd deflicker (nw) hap2017-06-251-1/+1 * sm500: fix ACL (nw) hap2017-06-251-1/+1 * srcclean (nw) Vas Crabb2017-06-251-2/+2 * sm500: added lcd output (nw) hap2017-06-241-1/+27 * New NOT_WORKING machine added hap2017-06-241-0/+23 * sm500: added device start/reset (nw) hap2017-06-241-0/+47 * sm5*: update notes (nw) hap2017-06-241-7/+10 * sm500: added jump opcodes (nw) hap2017-06-241-1/+1 * sm500: added lcd opcodes (nw)