Remove empty debug fn (nw)

This commit is contained in:
Angelo Salese 2020-05-30 20:56:03 +02:00 committed by GitHub
parent 7c2b5676a7
commit 94fed90ff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -635,11 +635,6 @@ uint32_t nbmj8688_state::screen_update(screen_device &screen, bitmap_ind16 &bitm
{
int x, y;
if(machine().input().code_pressed_once(KEYCODE_T))
{
//
}
if (m_screen_refresh)
{
m_screen_refresh = 0;