comparison system.h @ 1438:e2bd03ed3190

Allow reloading current ROM with a hotkey (default F5) and allow locking on a cartridge via menu
author Michael Pavone <pavone@retrodev.com>
date Wed, 23 Aug 2017 21:18:17 -0700
parents c886c54d8cf1
children d2d637dbacfb a568dca999b2
comparison
equal deleted inserted replaced
1437:da72344af3ff 1438:e2bd03ed3190
51 system_type type; 51 system_type type;
52 }; 52 };
53 53
54 struct system_media { 54 struct system_media {
55 void *buffer; 55 void *buffer;
56 char *dir;
56 char *name; 57 char *name;
57 char *extension; 58 char *extension;
58 system_media *chain; 59 system_media *chain;
59 uint32_t size; 60 uint32_t size;
60 }; 61 };