Commit Graph

6 Commits

Author SHA1 Message Date
sorgelig
ddd5b75d2b Fix the warnings and some errors. 2018-12-29 21:15:25 +08:00
David Holm
e0781ccfc1 diskimage: Fix memory leak
Use array delete operator for pointer that was allocated with new[] so
that all entries are deleted.
2018-12-29 12:19:06 +01:00
sorgelig
d235e806b2 Move to C++. Use C++14 as it adds binary literals -> HDL friendly. 2018-02-28 01:58:21 +08:00
sorgelig
ac05f648e6 Change \ to / in header path for make it linux compiler friendly. 2017-11-15 23:19:44 +08:00
sorgelig
321f015476 Inject boot into SCL, remove unused code. 2017-09-02 03:34:30 +08:00
sorgelig
1fa8fc4f14 Support for SCL/FDI/UDI disk formats(read-only) in TRDOS. 2017-09-01 20:50:45 +08:00