| 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 |
| r26138 | r26139 | |
|---|---|---|
| 185 | 185 | |
| 186 | 186 | void text_buffer_print(text_buffer *text, const char *data) |
| 187 | 187 | { |
| 188 | if (!text) | |
| 189 | return; | |
| 190 | 188 | text_buffer_print_wrap(text, data, 10000); |
| 191 | 189 | } |
| 192 | 190 |
| r26138 | r26139 | |
|---|---|---|
| 1180 | 1180 | "[DISK]", |
| 1181 | 1181 | "[DISPL]", |
| 1182 | 1182 | "[MOUSE]", |
| 1183 | "[HW]" | |
| 1183 | "[HW]", | |
| 1184 | "[KBD]" | |
| 1184 | 1185 | }; |
| 1185 | 1186 | if (!(m_log_types & type)) |
| 1186 | 1187 | return; |
| Previous | 199869 Revisions | Next |