summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* netlist: move things where they belong (nw) couriersud2019-04-293-39/+34
* netlist: fix include order and logging queue stats (nw) couriersud2019-04-283-24/+25
* netlist: only print queue stats if they are enabled. couriersud2019-04-281-6/+9
* netlist: code maintenance Couriersud2019-04-286-35/+42
* flopimh.h: uncluttered global name space as per Vas suggestion Joakim Larsson Edstrom2019-04-261-3/+3
* Fix OS-9 disk writing bug (#4925) tim lindner2019-04-263-39/+160
* plib: don't assume constructors will only throw things derived from std::exce... Vas Crabb2019-04-242-2/+2
* netlist: Fix the 7448 mess. couriersud2019-04-236-87/+153
* netlist: Protect defines with ifdefs ... couriersud2019-04-233-3/+58
* netlist: fix validation errors. (nw) couriersud2019-04-231-3/+10