summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-298-48/+48
* Fix strreplace, fixes snapshot and dtd issue (nw) Miodrag Milanovic2015-04-232-2/+2
* moved all to std::string (nw) Miodrag Milanovic2015-04-2219-769/+278
* (MESS) c3040: Disk format WIP. (nw) Curt Coder2015-04-216-95/+144
* (MESS) c4040: Added own sector dump disk format since it's different from wha... Curt Coder2015-04-214-1/+132
* (MESS) victor9k: Added writing to sector dump disk images. [Curt Coder] Curt Coder2015-04-214-9/+140
* (MESS) Added sector image format for the Commodore 8280 8" floppy drive. [Cur... Curt Coder2015-04-203-0/+100
* more astring -> std::string (nw) Miodrag Milanovic2015-04-192-52/+58
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-194-8/+9
* more conversions to std::string (nw) Miodrag Milanovic2015-04-192-15/+15
* Merge pull request #161 from fulivi/mds2_dev R. Belmont2015-04-181-4/+90
|\
| * Implemented disk writing for IMD format fulivi2015-04-131-4/+90
* | some astring to std::string conversion (nw) Miodrag Milanovic2015-04-182-4/+4
* | Fix compile. (nw) couriersud2015-04-161-1/+1
* | (MESS) Implemented writing to Commodore d64/d67/d71/d80/d82 sector images. [C... Curt Coder2015-04-164-3/+160
* | Fix build Vas Crabb2015-04-171-1/+1
* | Once more with testing (nw) Olivier Galibert2015-04-151-6/+6
* | fixup crcs and mfm clock bit update (nw) Olivier Galibert2015-04-151-7/+21
* | Fix gcr5 conversion (nw) Olivier Galibert2015-04-152-16/+16
* | clang build fix. (nw) Curt Coder2015-04-151-1/+1
* | (MESS) c8050fdc: Gap adjustment. (nw) Curt Coder2015-04-151-1/+1
* | (MESS) c8050fdc: Gap adjustment. (nw) Curt Coder2015-04-151-1/+1
* | Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-1441-770/+690
* | updated astring constructors to have just one string param, to be more like s... Miodrag Milanovic2015-04-132-5/+1
|/
* (MESS) c8050fdc: Gap adjustment and SFD-1001 is single drive only. (nw) Curt Coder2015-04-135-22/+33
* remove not needed astring includes (nw) Miodrag Milanovic2015-04-122-2/+0
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-1210-44/+43
* Merge https://github.com/ZoeB/mame Vas Crabb2015-04-121-2/+2
|\
| * Fix various typos and spelling mistakes Zoë Blade2015-04-111-2/+2
* | Merge branch 'master' of https://github.com/mamedev/mame Miodrag Milanovic2015-04-111-988/+0
|\ \
| * | Replace simple_set with std::set Vas Crabb2015-04-111-988/+0
| |/
* / cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-116-24/+24
|/
* (MESS) pet: Refactored the Commodore 8050/8250/SFD-1001 to use the new floppy... Curt Coder2015-04-104-858/+2
* (MESS) abc80: Emulated the Scandia Metric ABC FD2 floppy controller. [Curt Co... Curt Coder2015-04-072-0/+92
* get rid of some obsolete/unreachable stuff, get rid of more abuse of SDLMAME_... Vas Crabb2015-04-021-3/+3
* Moved build system to GENie [Miodrag Milanovic] Miodrag Milanovic2015-03-261-689/+0
* Cleanups and version bumpmame0160 Miodrag Milanovic2015-03-254-7/+7
* MAX_CLOCKS is defined in Android sdk (nw) Miodrag Milanovic2015-03-211-5/+5
* Some compilers have issue with ! signs (nw) Miodrag Milanovic2015-03-211-5/+5
* more emu.h cleanups in src/lib/formats (nw) Oliver Stöneberg2015-03-2010-12/+7
* replaced off_st usage in src/lib/formats with UINT32 to reduce libemu depende... Oliver Stöneberg2015-03-2011-20/+24
* cleaned up emu.h usage in src/lib/formats (nw) Oliver Stöneberg2015-03-2073-70/+120
* fixed several missing assert.h includes (nw) Oliver Stöneberg2015-03-2047-0/+86
* removed last assert.h occurance in a header (nw) Oliver Stöneberg2015-03-201-1/+0
* moved assert replacement inside emucore.h so it is actually used / removed as... Oliver Stöneberg2015-03-2039-4/+54
* removed a few more unnecessary assert.h includes (nw) Oliver Stöneberg2015-03-201-1/+0
* removed unnecessary assert.h includes (nw) Oliver Stöneberg2015-03-2010-10/+2
* (MESS) ti99: Added a sanity check for disk format detection and a non-locking... Michael Zapf2015-03-171-0/+3
* update bgfx (nw) Miodrag Milanovic2015-03-071-0/+1
* Fix mongoose build (nw) Miodrag Milanovic2015-03-051-1/+1