mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
Fixed regression in blitz68k.c (no whatsnew)
This commit is contained in:
parent
e650c689d0
commit
001e24fcbb
@ -58,8 +58,8 @@ public:
|
||||
UINT16 *m_blit_dst_ram_hiword;
|
||||
UINT16 *m_blit_vregs;
|
||||
UINT16 *m_blit_transpen;
|
||||
required_shared_ptr<UINT16> m_leds0;
|
||||
required_shared_ptr<UINT16> m_leds1;
|
||||
optional_shared_ptr<UINT16> m_leds0;
|
||||
optional_shared_ptr<UINT16> m_leds1;
|
||||
optional_shared_ptr<UINT16> m_leds2;
|
||||
DECLARE_WRITE16_MEMBER(blit_copy_w);
|
||||
DECLARE_READ8_MEMBER(blit_status_r);
|
||||
|
Loading…
Reference in New Issue
Block a user