mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
(MESS) Fixed sapi1 regression (nw)
This commit is contained in:
parent
f1dd63f6d1
commit
2c45ab5199
@ -53,7 +53,7 @@ public:
|
||||
UINT32 screen_update_sapizps3(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
|
||||
protected:
|
||||
required_memory_bank m_bank1;
|
||||
optional_memory_bank m_bank1; // Only for sapi3
|
||||
required_ioport m_line0;
|
||||
required_ioport m_line1;
|
||||
required_ioport m_line2;
|
||||
|
Loading…
Reference in New Issue
Block a user