Previous 199869 Revisions Next

r26139 Wednesday 13th November, 2013 at 18:00:33 UTC by Jürgen Buchmüller
Oops. Revert change to debug/textbuf.c and add missing [KBD] log type.
[/branches/alto2/src/emu/cpu/alto2]alto2.c
[/branches/alto2/src/emu/debug]textbuf.c

branches/alto2/src/emu/debug/textbuf.c
r26138r26139
185185
186186void text_buffer_print(text_buffer *text, const char *data)
187187{
188   if (!text)
189      return;
190188   text_buffer_print_wrap(text, data, 10000);
191189}
192190
branches/alto2/src/emu/cpu/alto2/alto2.c
r26138r26139
11801180      "[DISK]",
11811181      "[DISPL]",
11821182      "[MOUSE]",
1183      "[HW]"
1183      "[HW]",
1184      "[KBD]"
11841185   };
11851186   if (!(m_log_types & type))
11861187      return;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team