Media history implementation for the remaining devices: Part 1.

This commit is contained in:
OBattler
2024-08-27 03:15:54 +02:00
parent 208b213aac
commit c0037eaa2f
4 changed files with 53 additions and 11 deletions

View File

@@ -21,7 +21,10 @@
extern "C" {
#endif
#define CART_IMAGE_HISTORY 4
extern char cart_fns[2][512];
extern char *cart_image_history[2][CART_IMAGE_HISTORY];
extern void cart_load(int drive, char *fn);
extern void cart_close(int drive);