mirror of
https://github.com/holub/mame
synced 2025-06-07 13:23:50 +03:00
Remove empty debug fn (nw)
This commit is contained in:
parent
7c2b5676a7
commit
94fed90ff3
@ -635,11 +635,6 @@ uint32_t nbmj8688_state::screen_update(screen_device &screen, bitmap_ind16 &bitm
|
|||||||
{
|
{
|
||||||
int x, y;
|
int x, y;
|
||||||
|
|
||||||
if(machine().input().code_pressed_once(KEYCODE_T))
|
|
||||||
{
|
|
||||||
//
|
|
||||||
}
|
|
||||||
|
|
||||||
if (m_screen_refresh)
|
if (m_screen_refresh)
|
||||||
{
|
{
|
||||||
m_screen_refresh = 0;
|
m_screen_refresh = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user