Gyorgy Szombathelyi
18e8ebbd37
ini_parser: don't advance the file pointer too soon
...
Fixes custom ROM entry handler
2020-02-15 22:34:58 +01:00
Gyorgy Szombathelyi
774f45e0dd
Introduce UIO_SET_MOD and ARC files
...
ARC files has a simple ini format:
[ARC]
RBF=RBFNAME
MOD=core variant number (0-127)
CONF=...one config string line...
CONF=...one more config string line...
2020-02-07 11:09:53 +01:00
Gyorgy Szombathelyi
ad35e4f5cf
ini_parser: make it independent again
...
- factor out data_io and user_io calls from the parser core
2020-02-06 17:22:17 +01:00
Gyorgy Szombathelyi
cec6588121
ini_parser: fix handling of >1024 bytes files and too long line handling
...
- pt&0x3ff=0x200 is true only at the first 512th byte, then only after the next 1024 bytes
- don't stop reading the line even it's too long, otherwise the
it'll wrap to the next line
2020-02-06 11:47:52 +01:00
Gyorgy Szombathelyi
4263bd9e9e
Factor out SS2 data transfer to data_io.c
2020-01-26 12:37:38 +01:00
Gyorgy Szombathelyi
b7debaa421
Add MIST2 core type
2019-07-18 22:21:32 +02:00
Gyorgy Szombathelyi
5267392670
Case-insesitive core name comparison in ini parser
2019-06-01 15:16:37 +02:00
Gyorgy Szombathelyi
b59c761daf
Increase ini line length to 90
2019-04-18 19:09:18 +02:00
harbaum
0e9cea9ec6
ini option to upload custom rom files
2019-01-25 14:55:12 +01:00
sorgelig
de155cc031
Fix INI parser (uint16_t and uint32_t parameters not properly handled).
2017-02-12 08:00:19 +08:00
sorgelig
fd67afe448
Per core INI settings override.
2017-01-12 21:32:27 +08:00
harbaum
d21abae3f8
[FIRMWARE] Removed float dependencies
2015-06-05 10:31:37 +00:00
harbaum
6640dc5547
[FIRMWARE] Experimental change not requiring HID boot mode on mice anymore
2015-04-24 11:45:23 +00:00
harbaum
41c30d1578
[FIRMWARE] Custom keyboard remap via mist.ini
2015-04-10 19:04:31 +00:00
Rok Krajnc
b02d430c45
ini parser update.
2015-04-06 19:06:30 +00:00
harbaum
4d334905f4
Make ini file float support optional to save rom space
2015-01-23 08:17:12 +00:00
Rok Krajnc
9c38a1d52b
added ini parser code and minimig scandoubler support.
2015-01-22 21:48:49 +00:00