summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/msx_slot
Commit message (Expand)AuthorAgeFilesLines
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-0722-0/+44
* astring to std::string in bus section (nw) Miodrag Milanovic2015-04-191-2/+2
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-182-3/+3
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-145-8/+8
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-1/+1
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-2/+1
* (MESS) msx.c: Fixed floppy support for the hx34 and hx34i drivers. (nw) Wilbert Pol2014-10-112-0/+204
* (MESS) msx.c: Some small fixes (nw) Wilbert Pol2014-10-011-0/+3
* (MESS) msx.c: Added a small workaround to support systems with 8KB RAM. Wilbert Pol2014-09-131-0/+9
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-2/+0
* reverted previous msx_internal_slot_interface change (nw) Oliver Stöneberg2014-07-221-1/+0
* added virtual destructor to msx_internal_slot_interface to fix clang warning ... Oliver Stöneberg2014-07-221-0/+1
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-226-14/+6
* Cleanups and version bump Miodrag Milanovic2014-07-2211-21/+7
* (MESS) msx.c: Added microsol fdc; marked a few more drivers as working. (nw) Wilbert Pol2014-06-192-2/+172
* (MESS) msx.c: Internal ym2413s don't need the unlock sequence. (nw) Wilbert Pol2014-06-182-26/+1
* allow 8kb and 48kb sizes Michaël Banaan Ananas2014-06-171-4/+15
* (MESS) msx.c: added sfg05 support (still without midi) (nw) Wilbert Pol2014-06-131-2/+2
* (MESS) msx.c: Added support for keyboard master prototype. (nw) Wilbert Pol2014-06-031-4/+17
* (MESS) msx.c: Added preliminary sfg01 support (nw) Wilbert Pol2014-06-012-3/+71
* (MESS) msx.c: Added small msx2 floppy software list. (nw) Wilbert Pol2014-05-201-2/+2
* (MESS) msx.c: Fixed firmware and booting on fsa1wx and fsa1wxa drivers. (nw) Wilbert Pol2014-05-191-1/+1
* (MESS) msx.c: Some small fixes to the banking for the firmware in the fsa1wsx... Wilbert Pol2014-05-192-9/+16
* (MESS) msx.c: Added TC8566AF FDC emulation. (nw) Wilbert Pol2014-05-182-15/+219
* (MESS) msx.c: Added support for the MSX-JE firmwares in the Sony HB-F1XDJ and... Wilbert Pol2014-05-162-0/+234
* (MESS) msx.c: Fixed a few floppy regressions (nw) Wilbert Pol2014-05-151-1/+1
* (MESS) msx.c: [Wilbert Pol] Wilbert Pol2014-05-1420-0/+1849