summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/bitbngr.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2022-03-10 02:55:40 +1100
committer Vas Crabb <vas@vastheman.com>2022-03-10 02:55:40 +1100
commit422185fe558463a119cfdee25e2d4b6e5d71dc97 (patch)
tree10a01acb7c99b76a0cc575dabd4ce76ec9e3249f /src/devices/imagedev/bitbngr.h
parentbbb9ec846a44598159258d36f21bae42437ee290 (diff)
docs: Added page describing how MAME searches for media.
Also made error messages for missing CHDs and missing files for software parts using the image file loader show search paths, and changed the (poorly named) bitbanger device to use the image file loader rather than the ROM loader for software items.
Diffstat (limited to 'src/devices/imagedev/bitbngr.h')
-rw-r--r--src/devices/imagedev/bitbngr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/imagedev/bitbngr.h b/src/devices/imagedev/bitbngr.h
index 7ffcfd45a2b..5b02417cfc3 100644
--- a/src/devices/imagedev/bitbngr.h
+++ b/src/devices/imagedev/bitbngr.h
@@ -46,8 +46,6 @@ protected:
virtual software_list_loader const &get_software_list_loader() const override;
private:
- uint8_t const *m_next;
- uint8_t const *m_end;
char const *m_interface;
bool m_is_readonly;
};