mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
made common_op for wip tool (nw)
This commit is contained in:
parent
4f84793a05
commit
49cd219651
@ -130,7 +130,7 @@ protected:
|
||||
virtual void state_string_export(const device_state_entry &entry, std::string &str) const override;
|
||||
|
||||
virtual void interrupt(int int_num, int trap = 1);
|
||||
bool common_op(UINT8 op);
|
||||
virtual bool common_op(UINT8 op);
|
||||
|
||||
// Accessing memory and io
|
||||
inline UINT8 read_byte(UINT32 addr);
|
||||
|
Loading…
Reference in New Issue
Block a user