Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reverting: | 2016-01-20 | 2 | -20/+20 | |
| | | | | | | | SHA-1: 1f90ceab075c4869298e963bf0a14a0aac2f1caa * tags are now strings (nw) fix start project for custom builds in Visual Studio (nw) | ||||
* | tags are now strings (nw) | 2016-01-16 | 2 | -20/+20 | |
| | | | | fix start project for custom builds in Visual Studio (nw) | ||||
* | Return std::string objects by value rather than pass by reference | 2016-01-10 | 2 | -5/+4 | |
| | | | | | | - strprintf is unaltered, but strformat now takes one fewer argument - state_string_export still fills a buffer, but has been made const - get_default_card_software now takes no arguments but returns a string | ||||
* | removed memory tracking (nw) | 2016-01-08 | 2 | -3/+3 | |
| | |||||
* | Cleanups and version bumpmame0169 | 2015-12-30 | 1 | -1/+1 | |
| | |||||
* | fix override (nw) | 2015-12-29 | 1 | -5/+5 | |
| | |||||
* | bbc: added Torch computer (preliminary) | 2015-12-29 | 2 | -0/+64 | |
| | |||||
* | macro removal INLINE -> static inline (nw) | 2015-12-12 | 10 | -27/+27 | |
| | |||||
* | fix build for VS 2013 and earlier. | 2015-12-07 | 1 | -0/+2 | |
| | | | | reference http://stackoverflow.com/questions/22212737/strange-syntax-error-reported-in-a-range-based-for-loop | ||||
* | fixing some more override (nw) | 2015-12-06 | 68 | -294/+295 | |
| | |||||
* | override part 3 (nw) | 2015-12-05 | 1 | -8/+8 | |
| | |||||
* | override part 1 (nw) | 2015-12-05 | 36 | -202/+202 | |
| | |||||
* | some core c++11 narrowing fixes (nw) | 2015-12-04 | 2 | -2/+2 | |
| | |||||
* | clang-modernize part 6 | 2015-12-04 | 4 | -20/+20 | |
| | |||||
* | clang-modernize part 5 | 2015-12-04 | 65 | -215/+215 | |
| | |||||
* | clang-modernize part 1 (nw) | 2015-12-03 | 9 | -63/+63 | |
| | |||||
* | Cleanups and version bumpmame0168 | 2015-11-25 | 1 | -9/+7 | |
| | |||||
* | ap2_dsk.c: support 36-track Apple II NIB images [Peter Ferrie] | 2015-11-19 | 1 | -3/+3 | |
| | |||||
* | null is \0 (nw) | 2015-11-15 | 1 | -1/+1 | |
| | |||||
* | bbc: preliminary support for FSD format. | 2015-11-15 | 2 | -0/+223 | |
| | |||||
* | - Fix PVS-Studio warning V562, "It's odd to compare a bool type value with | 2015-11-09 | 1 | -1/+1 | |
| | | | | a value of 0/1" [MooglyGuy] | ||||
* | Fix more PVS-Studio warnings, nw | 2015-11-09 | 1 | -1/+1 | |
| | |||||
* | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 151 | -0/+0 | |
| | |||||
* | Sharp MZ series: Adjusted mz_cas to work with MZ-800, MZ-80K and MZ-80A; | 2015-11-07 | 1 | -1/+1 | |
| | | | | | Added mzf tapes to MZ-80K and MZ-80A; Removed hack from MZ-800. | ||||
* | - Fix some instances of PVS-Studio warning V501, "There are identical sub- | 2015-11-06 | 1 | -1/+1 | |
| | | | | expressions to the left and to the right of an operator". [MooglyGuy] | ||||
* | Relaxed emu.h a bit, should make compile a bit faster (nw) | 2015-11-05 | 1 | -4/+4 | |
| | |||||
* | making logerror part of machine and device classes [Miodrag Milanovic] | 2015-11-01 | 8 | -105/+105 | |
| | | | | display tag of device that logged message | ||||
* | not yet correct (nw) | 2015-10-28 | 1 | -6/+49 | |
| | |||||
* | checkpoint (nw) | 2015-10-28 | 1 | -5/+153 | |
| | |||||
* | Cleanup and version bumpmame0167 | 2015-10-28 | 2 | -2/+1 | |
| | |||||
* | basic support for 'Direct Recording' block type in tzx format, cpc_cass ↵ | 2015-10-27 | 1 | -3/+45 | |
| | | | | entry 'bombscar' uses this. (nw) | ||||
* | Apollo changes: [Hans Ostermeyer] | 2015-10-24 | 2 | -0/+10 | |
| | | | | | | | | - fixed the Apollo floppy disk emulation - added the media option -node_id resp. -ni to set the node ID from a node ID rom image file - fixed the unmapped ISA Bus access to return 0xff instead of 0x00 - removed excessive log entries from unmapped ISA Bus access - fixed date (and some other issues) in mc146818 (new in MAME 0166) | ||||
* | Merge pull request #413 from Pernod70/master | 2015-10-24 | 2 | -122/+253 | |
|\ | | | | | saa5050 rounding, bbc floppy formats, roms, and softlists [Nigel Barnes] | ||||
| * | bbc: floppy formats and rom updates | 2015-10-21 | 2 | -122/+253 | |
| | | | | | | | | | | | | | | - improved ssd, dsd handling - added Acorn DOS and CPM formats - added known good rom configuration for acw443 (Cambridge Workstation) - removed some BAD_DUMP flags | ||||
* | | camplynx: another note. (nw) | 2015-10-24 | 1 | -1/+0 | |
| | | |||||
* | | Camputers Lynx: some work on floppy disk. | 2015-10-19 | 2 | -0/+88 | |
|/ | |||||
* | tiki100: Connected the I/O space to the expansion bus, and added the 360KB ↵ | 2015-10-13 | 1 | -0/+5 | |
| | | | | floppy format for MS-DOS. [Curt Coder] | ||||
* | i8271: modernize [Carl] | 2015-09-28 | 2 | -0/+53 | |
| | |||||
* | vector06 80 trk format (nw) | 2015-09-18 | 1 | -0/+4 | |
| | |||||
* | bbc: clones, floppy formats, softlists, and cleanups. | 2015-09-07 | 2 | -25/+253 | |
| | | | | | | | | | | | | - Added clone bbcb1770, bbcb now 8271 only. - Added clone pro128s, Olivetti Prodest PC 128S. - Added clones Acorn Business Computers and Cambridge Workstation. - Added clone reutapm, Reuters APM board. - Improved floppy formats, added dsd and double density formats for ADFS. - Added speech PHROMs, not yet hooked up correctly. - Added softlists bbcb_de_cass, bbcb_us_flop and bbcmc_flop. - Added S11 links (dipswitch) to specify Econet ID. - Address map cleanups. | ||||
* | mfmhd: using string instead of char* | 2015-08-02 | 2 | -7/+8 | |
| | |||||
* | mfmhd: Introduced format definition, now generally available. | 2015-08-02 | 2 | -0/+961 | |
| | |||||
* | mfmhd: Autodetect gaps, defined formats | 2015-08-02 | 1 | -5/+3 | |
| | |||||
* | floppy: Fix amiga crc (fixes adf) (nw) | 2015-07-28 | 1 | -1/+1 | |
| | |||||
* | guab: Updated driver to use the standard wd floppy controller. | 2015-07-09 | 2 | -0/+75 | |
| | | | | | | | 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 idea what i changed :( (nw) | 2015-07-08 | 1 | -1/+1 | |
| | |||||
* | blame balrog for this :) (NW) | 2015-07-08 | 2 | -5/+5 | |
| | |||||
* | c128_flop.xml: Added Paperback Writer 128, Term Paper Writer, The Great War, ↵ | 2015-07-07 | 1 | -7/+5 | |
| | | | | and Your Personal Financial Planner 128 disk images. [Curt Coder] | ||||
* | g64_dsk: Respect the number of tracks specified in the image header. [Curt ↵ | 2015-07-05 | 2 | -55/+76 | |
| | | | | Coder] | ||||
* | This is it. ti99 says Goodbye to legacy floppy. | 2015-07-05 | 2 | -2009/+3 | |
| |