| 1288 | return nd.val; |
| 1289 | } |
| 1290 | static uae_u32 readbin(TCHAR **c, bool *err) |
| 1291 | { |
| 1292 | int size; |
| 1293 | struct numdata nd; |
| 1294 | readnum(&nd, c, &size, '%', err); |
| 1295 | return nd.val; |
| 1296 | } |
| 1297 | static uae_u32 readint(TCHAR **c, int *size, bool *err) |
| 1298 | { |
| 1299 | struct numdata nd; |