Skip to content

Commit 962a32b

Browse files
authored
casio/fp200.cpp: fix Clang compiles [R. Belmont]
1 parent c869b5d commit 962a32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mame/casio/fp200.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class fp200_state : public driver_device
5757
required_ioport_array<16> m_key;
5858
required_memory_region m_gfxrom;
5959

60-
uint8_t *m_chargen = nullptr;
60+
//uint8_t *m_chargen = nullptr;
6161
uint8_t m_keyb_matrix = 0;
6262

6363
std::unique_ptr<uint8_t[]> m_lcd_vram[2];

0 commit comments

Comments
 (0)