mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
cleanup (nw)
This commit is contained in:
parent
44ac295160
commit
94bc7eed38
@ -34,10 +34,6 @@ class debug_view_breakpoints : public debug_view
|
||||
debug_view_breakpoints(running_machine &machine, debug_view_osd_update_func osdupdate, void *osdprivate);
|
||||
virtual ~debug_view_breakpoints();
|
||||
|
||||
public:
|
||||
// getters
|
||||
// setters
|
||||
|
||||
protected:
|
||||
// view overrides
|
||||
virtual void view_update() override;
|
||||
|
@ -83,8 +83,6 @@ public:
|
||||
virtual ~ui_menu_bios_selection();
|
||||
virtual void populate() override;
|
||||
virtual void handle() override;
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
#endif /* __UI_MISCMENU_H__ */
|
||||
|
@ -132,9 +132,6 @@ protected:
|
||||
|
||||
// sound stream update overrides
|
||||
virtual void sound_stream_update(sound_stream &stream, stream_sample_t **inputs, stream_sample_t **outputs, int samples) override;
|
||||
|
||||
private:
|
||||
// internal state
|
||||
};
|
||||
|
||||
extern const device_type EXIDY_VENTURE;
|
||||
|
@ -49,8 +49,6 @@ public:
|
||||
UINT32 vud2; /* v-counter up or down (stored in L2) */
|
||||
UINT32 hc1; /* use h- or v-counter in L1 mode */
|
||||
UINT32 ven; /* vector intensity enable */
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
struct microcode
|
||||
|
Loading…
Reference in New Issue
Block a user