summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/imagedev
Commit message (Collapse)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1324-7582/+0
|
* Invoke step on cylinder change Michael Zapf2015-08-232-16/+6
|
* fix startup crash on running any system using floppy.c (nw) Lord-Nightmare2015-08-231-0/+1
|
* Added some state save items Michael Zapf2015-08-232-0/+16
|
* Step sound is now triggered on edge, not level Michael Zapf2015-08-222-9/+18
|
* Added samples; changed file name. Michael Zapf2015-08-201-2/+2
|
* Floppy sounds WIP. See comments in floppy.c. Michael Zapf2015-08-202-3/+218
|
* Added seconds() and attoseconds() to attotime and prefixed members with couriersud2015-08-151-2/+2
| | | | | | | m_. Rewrote code accessing members to use seconds() and attoseconds(). The changes were triggered by a test how gcc __int128_t would perform as the internal representation. This test revealed that the current implementation is still faster. (nw)
* pcd: Sinix 1.2 expects different mmu behavior (nw) cracyc2015-08-051-1/+1
| | | | floppy: don't truncate if format doesn't support save (nw)
* 60000000000 does not fit in a long (nw) Alex W. Jackson2015-08-041-1/+1
|
* mfmhd: using string instead of char* Michael Zapf2015-08-021-1/+1
|
* mfmhd: Introduced format definition, now generally available. Michael Zapf2015-08-022-0/+1426
|
* more pedantic fixes (nw) Cowering2015-07-081-1/+1
|
* This is it. ti99 says Goodbye to legacy floppy. Michael Zapf2015-07-051-1/+1
|
* Licenses for Raphael Nabet (nw) Miodrag Milanovic2015-06-072-2/+2
|
* floppy: Ensure that get_next_transition always provide the next transition ↵ Olivier Galibert2015-06-052-9/+21
| | | | [O. Galibert]
* We cannot relicense files for which we have not yet received responses (nw) balr0g2015-05-282-2/+2
|
* Fix floppy disk image creation from command line Dirk Best2015-05-211-0/+22
|
* floppy: truncate files to new size on save Dirk Best2015-05-201-0/+5
|
* Floppy: Add a function to return the number of sides the drive has Dirk Best2015-05-201-0/+1
|
* Another round of -Wextra -Wdouble-promotion fixes. (nw) couriersud2015-05-202-2/+2
|
* Nascom: Add floppy softlist Dirk Best2015-05-182-1/+38
|
* Added some for Nathan and some more for Nicola (nw) Miodrag Milanovic2015-05-1120-40/+40
|
* changes for Juergen Buchmueller in core and credits for some files in mess(nw) Miodrag Milanovic2015-05-072-12/+4
|
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-0722-0/+44
|
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-291-1/+1
|
* small cleanup (nw) Miodrag Milanovic2015-04-223-6/+3
|
* moved all to std::string (nw) Miodrag Milanovic2015-04-223-14/+14
|
* ti99: ST225 emulation Michael Zapf2015-04-202-0/+16
|
* more astring -> std::string (nw) Miodrag Milanovic2015-04-192-9/+9
|
* more conversions to std::string (nw) Miodrag Milanovic2015-04-191-2/+2
|
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-183-3/+3
|
* Damn unsigned (nw) Olivier Galibert2015-04-151-2/+2
|
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-142-27/+22
|
* updated astring constructors to have just one string param, to be more like ↵ Miodrag Milanovic2015-04-132-2/+2
| | | | std::string (nw)
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-124-22/+22
|
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-113-9/+9
|
* Capitalise brand names more Zoë Blade2015-04-051-9/+9
|
* Converted midi into a module. (nw) couriersud2015-01-312-9/+18
|
* (MESS) floppy.c: initialise error code instead of crashing when menu loads ↵ peterferrie2015-01-131-0/+1
| | | | bad image [Peter Ferrie]
* (MESS) ui: fixed for real the wrong confirmation menu being etabeta782015-01-061-2/+2
| | | | | | prompted when leaving file creation. also, better backspace support in the file creation menu (so that it work on Mac too). nw.
* (MESS) ui: when ESCing while creating a new floppy image, fall back etabeta782015-01-061-2/+2
| | | | to the correct menu. [Fabio Priuli]
* floppy: include cylinder in savestate peterferrie2014-12-121-0/+3
|
* (MESS) included modern .dsk format among default supported etabeta782014-11-232-0/+3
| | | | formats. [Riley110]
* Skeleton driver for the Siemens PC-D [Dirk Best, rfka01] Dirk Best2014-11-112-0/+88
|
* ap2_dsk: edd support [O. Galibert] Olivier Galibert2014-10-271-11/+11
|
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-1/+1
|
* so long, cartslot.c... you made a really great job, when we Fabio Priuli2014-10-112-349/+0
| | | had no concept of slot devices...
* (MESS) dmv: added floppy softlist. [Sandro Ronco] Sandro Ronco2014-10-102-0/+3
| | | | (MESS) floppy: added read-only support for CopyQM images. (nw)
* (MESS) floppy.c: fixed disks not being launched if loaded Fabio Priuli2014-09-282-37/+8
| | | | | | from softlist through File Manager. [Fabio Priuli] out of whatsnew: until we support writing changes to diff, it is also safer to treat disks in softlists as read-only :)