mirror of
https://github.com/holub/mame
synced 2025-06-06 21:03:47 +03:00
Update exp.h
Fix the coleco_cart:rom so that it doesn't crash MAME when used in the debugger:- eg. print coleco_cart:rom.m@0
This commit is contained in:
parent
b48dc77e59
commit
4b5b24c5fc
@ -88,7 +88,7 @@ protected:
|
||||
virtual bool is_creatable() const override { return 0; }
|
||||
virtual bool must_be_loaded() const override { return 0; }
|
||||
virtual bool is_reset_on_load() const override { return 1; }
|
||||
virtual const char *image_interface() const override { return "coleco_cart"; }
|
||||
virtual const char *image_interface() const override { return ":coleco_cart"; }
|
||||
virtual const char *file_extensions() const override { return "rom,col,bin"; }
|
||||
virtual const option_guide *create_option_guide() const override { return nullptr; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user