summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/generic.h
diff options
context:
space:
mode:
author Michael Zapf <Michael.Zapf@mizapf.de>2015-08-20 21:05:23 +0200
committer Michael Zapf <Michael.Zapf@mizapf.de>2015-08-20 21:05:23 +0200
commitd0149fff4eaeccf45b51cb7a68abeca4f57f522d (patch)
treeb50f5b036d3ac87ab47dd1c75e6a514fdd10dd12 /src/emu/machine/generic.h
parente43612a8d516de73d35ccee1f965436201b7216f (diff)
Added samples; changed file name.
Diffstat (limited to 'src/emu/machine/generic.h')
0 files changed, 0 insertions, 0 deletions
y projects. It is place where all additional checks we should put * bbc: preliminary support for FSD format. Nigel Barnes2015-11-151-0/+2 | * Added info header at the top of each .lua file (nw) Scott Stone2015-11-141-0/+8 | * move formats to proper place (nw) Miodrag Milanovic2015-11-121-0/+2 | * Remove not longer needed ForceCpp flag (nw) Miodrag Milanovic2015-11-081-5/+0 | * update build scripts for rename c - > cpp (nw) Miodrag Milanovic2015-11-081-183/+183 | * i8271: modernize [Carl] cracyc2015-09-281-0/+2 | * reorganized scripts according to new structure (nw) Miodrag Milanovic2015-09-131-0/+3 | * mfmhd: Introduced format definition, now generally available. Michael Zapf2015-08-021-0/+2 | * guab: Updated driver to use the standard wd floppy controller. Dirk Best2015-07-091-0/+2 | | | | | | | This also means that it now uses the software list system instead of loading the floppy disk image into a memory region. To run the driver use: "mame guab -flop guab3" now. You may also just start the driver, then choose a floppy disk image from the builtin file manager. * no need for subdir for these projects, those are same for all mame builds (nw) Miodrag Milanovic2015-06-221-2/+0 | * move some legacy formats over to imgtool since it's now the only user Dirk Best2015-06-101-4/+0 | * vtech1_dsk: remove, no longer used Dirk Best2015-06-081-2/+0 | * atarist_dsk: remove, no longer used Dirk Best2015-06-081-2/+0 | * Added the ability to use system flac, jpeg, lua, sqlite3, portmidi and zlib ↵ Julian Sikorski2015-06-061-2/+11 | | | | based on wallyweek's work * thompson: updated to use the new wd fdc. same deal with as bbc: drives 0 Dirk Best2015-06-051-0/+2 | | | | | and 1 are used for the controller with the wd, other legacy drives for other controllers (needs slotification). * coco: updated to use the new wd fdc Dirk Best2015-06-041-0/+2 | * trs80: updated to use the new wd fdc Dirk Best2015-06-041-2/+2 | * vector06: updated to use the new wd fdc. system appears to be broken but Dirk Best2015-06-021-0/+2 | | | | loads some sectors from disk. * hec2mdhrx: updated to use the new wd fdc. Dirk Best2015-06-021-0/+2 | * mz2000: updated to use new wd fdc. fix softlist to use the correct Dirk Best2015-06-011-2/+2 | | | | interface. change x1_dsk to 2d_dsk and use it for the mz2000 as well. * pk8020: updated to use the new wd fdc. fixes regression booting cp/m. Dirk Best2015-05-311-0/+2 | * Allow compiling with shared libraries [O. Galibert] Olivier Galibert2015-05-311-2/+4 | | | | | | | | | | Put SHLIB=1 in the main makefile, or on the command line. The idea is to get a *way* faster link with symbols. It works at least on linux, with one annoying caveat: you have to be in the build/projects/sdl/mame/gmake-linux directory to start mame afterwards. We're going to move some things around to be able to use LD_LIBRARY_PATH or have it start as-is from the root. * x1/x1twin: updated to use the new wd fdc. bonus: formatting disks now Dirk Best2015-05-311-0/+2 | | | | works in hubasic. * dgnalpha: updated to use the new wd fdc Dirk Best2015-05-301-0/+2 | * restore my bbc changes (wtf did happen to them?) Dirk Best2015-05-291-0/+2 | * Merge branch 'master' of https://github.com/mamedev/mame Cowering2015-05-281-2/+0 |\ | * z80ne: updated to use the new wd fdc. remove custom dmk implementation Dirk Best2015-05-281-2/+0 | | | * bbc: Update to use the new wd_fdc. Until the 8271 floppy controller is Dirk Best2015-05-271-0/+2 |/ | | | updated, drive 0 and 1 = 8271 and drive 2 and 3 = wd_fdc. * (MESS) camplynx: added TAP cassette format. Robbbert2015-05-241-0/+2 | * cgenie: removed old broken floppy implementation, added an expansion bus Dirk Best2015-05-221-0/+2 | | | | | interface, implemented new floppy controller as expansion device. works with mfi files, still some issues with plain sector dumps. * Nascom: Clean up, add NASBUS emulation and make the floppy disc Dirk Best2015-05-171-0/+2 | | | | | controller a NASBUS card, convert to the new wdc emulation, add generic socket emulation, add initial software list. * Add makefile switch to choose linking against bundled OR system expat library. Cesare Falco2015-05-111-1/+5 | * Removed comments and added generic license for whole team on top (nw) Miodrag Milanovic2015-05-091-0/+3 | * fix Miodrag Milanovic2015-04-221-2/+0 | * (MESS) c3040: Disk format WIP. (nw)