Skip to content

Commit

Permalink
c139: removed unused variable. (nw)
Browse files Browse the repository at this point in the history
  • Loading branch information
SailorSat committed Feb 26, 2025
1 parent f9cf44b commit 3ccb1a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mame/namco/namco_c139.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ class namco_c139_device : public device_t
char m_remotehost[256]{};
uint8_t m_buffer0[0x200]{};
uint8_t m_buffer1[0x200]{};
uint8_t m_framesync;

uint16_t m_linktimer = 0;
uint8_t m_linkid = 0;
Expand Down

0 comments on commit 3ccb1a4

Please sign in to comment.