summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* ap2_dsk: recognize ProDOS 2.5 boot block (nw) arbee2019-09-201-0/+4
* netlist code maintenance. (nw) couriersud2019-09-1731-281/+341
* Make bitmap8_t, bitmap16_t, bitmap32_t and bitmap64_t specializations of one ... AJR2019-09-162-91/+66
* Fix SUBTARGET nl and move netlist makefile to gcc-9. (nw) couriersud2019-09-101-2/+2
* netlist: Fix exception on MacOSX [Couriersud] couriersud2019-09-101-1/+7
* HP9845: TACO driver re-written (#5601) fulivi2019-09-092-12/+126
* render.cpp: print a warning and continue on encountering malformed XML in a l... Vas Crabb2019-09-081-6/+10
* apple2: fix regression using 35-track disks with the legacy floppy (nw) arbee2019-08-251-1/+1
* flex_dsk: fix the logging of the disk name extension 68bit2019-08-261-2/+2
* srcclean (nw) Vas Crabb2019-08-252-7/+7
* fix incorrect format string to allow compilation (nw) smf-2019-08-151-1/+1
* Merge pull request #5471 from 68bit/floppy-flex-format-rewrite ajrhacker2019-08-133-65/+310
|\
| * flex floppy dsk: rewrite to be based on the wd177x dsk format 68bit2019-08-133-65/+310
* | swtpc09: add a UniFLEX specific floppy format. 68bit2019-08-132-0/+182
|/
* ap2_dsk: recognize ProDOS 2.5 boot block (nw) arbee2019-08-081-0/+4
* Fix build in newer Emscripten versions (nw) Justin Kerk2019-08-083-4/+4
* add write support for Olivetti M20 floppy images Christian Groessler2019-08-061-5/+43
* juku: Floppy now (partially) works Dirk Best2019-08-051-2/+6
* Use canonical spelling of "canonical" (nw) AJR2019-08-024-6/+6
* juku: Floppy support WIP, enable BASIC Dirk Best2019-08-022-0/+73
* harddisk: Support non-CHD harddisk images in raw and 2MG format [R. Belmont] arbee2019-08-012-7/+73
* Merge pull request #5423 from npwoods/core_options_moves ajrhacker2019-08-011-2/+2
|\
| * Enabled default move ctor/assignments in core_options, and changed npwoods2019-08-011-2/+2
* | coreutil: remove single-use (and savestate unsafe) rand_memory function (nw) hap2019-08-012-25/+0
|/
* srcclean (nw) Vas Crabb2019-07-284-23/+23
* -aviio: Added functionality to read RGB24 and YUV420p uncompressed video fram... mooglyguy2019-07-212-15/+137
* tzx_cas.cpp: Fix pulses on Standard Data blocks AmatCoder2019-07-141-17/+3
* Merge pull request #5316 from AmatCoder/AmatCoder-dsk_dsk-1 R. Belmont2019-07-061-1/+25
|\
| * dsk_dsk.cpp: Surpass some copy-protected tracks AmatCoder2019-07-061-1/+25
* | Merge pull request #5317 from AmatCoder/AmatCoder-tzx_cas-1 R. Belmont2019-07-061-2/+8
|\ \
| * | tzx_cas.cpp: Fix memory leak (nw) AmatCoder2019-07-061-2/+8
| |/
* | Merge pull request #5303 from shattered/_430d642ac2 ajrhacker2019-07-048-0/+596
|\ \
| * | agat: basic emulation of agat9 (video, apple compat mode, LLE floppy) Sergey Svishchev2019-07-028-0/+596
| |/
* / (nw) uef : added baudrate detection for atom. Needs much more to be done. Robbbert2019-07-041-26/+47
|/
* tzx_cass.cpp: Fix loading of Generalized Data blocks AmatCoder2019-06-301-6/+5
* txz_cass.cpp: Adding 1 ms. pause to ensure that the last edge is properly fin... AmatCoder2019-06-261-9/+15
* revert tzx_cas changes from 0.202, they break things DavidHaywood2019-06-171-6/+2
* ap2_dsk: only save 40 tracks if the disk originally had that many [R. Belmont] arbee2019-06-092-3/+8
* Apple II dsk 35 to 40 track zzemu-cn2019-06-092-16/+18
* imgtool: MT 6693 wip, solves mess_hd issue (nw) Sergey Svishchev2019-06-021-0/+1
* clean up some stuff (nw) Vas Crabb2019-05-302-12/+7
* srcclean (nw) Vas Crabb2019-05-265-83/+83
* netlist: GCC 9 fixes (nw) arbee2019-05-162-5/+5
* netlist: array -> std::array (nw) couriersud2019-05-122-2/+6
* netlist: remove base_dummy class and fix CD4020 VCC/VDD. couriersud2019-05-116-38/+18
* netlist: Fix cmos power pins and gcc-9 error. couriersud2019-05-069-41/+57
* netlist: improve readability (nw) couriersud2019-05-061-5/+9
* netlist: fix pedantic clang warnings. (nw) couriersud2019-05-012-6/+7
* netlist: add more defines to nltool -v --version output couriersud2019-05-014-41/+36
* netlist: provide example for state in truthtable. couriersud2019-05-016-1/+110