diff segacd.h @ 2335:c05b7c5e6f11

Automatically format Sega CD backup RAM
author Michael Pavone <pavone@retrodev.com>
date Sat, 26 Aug 2023 20:32:53 -0700
parents b9fed07f19e4
children 83f5529086c5
line wrap: on
line diff
--- a/segacd.h	Sat Aug 26 19:59:44 2023 -0700
+++ b/segacd.h	Sat Aug 26 20:32:53 2023 -0700
@@ -66,5 +66,6 @@
 void segacd_set_speed_percent(segacd_context *cd, uint32_t percent);
 void segacd_serialize(segacd_context *cd, serialize_buffer *buf, uint8_t all);
 void segacd_register_section_handlers(segacd_context *cd, deserialize_buffer *buf);
+void segacd_format_bram(uint8_t *buffer, size_t size);
 
 #endif //SEGACD_H_