summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-4/+35
* screen.h: Fix have_screen_update(), which was broken and returned false under... AJR2018-08-221-1/+1
* Optimise start up by delaying the state save sort and check for duplicates un... smf-2018-08-221-15/+9
* New machines marked as NOT_WORKING AJR2018-08-211-0/+3
* divideo: Fetch screen to be potentially configured during device_config_compl... AJR2018-08-214-9/+46
* Fix scrolling glitch in memory view when address expression is applied AJR2018-08-121-3/+3
* Don't apply logical address masks to physical addresses in debug memory acces... AJR2018-08-121-76/+72
* Emulate V33/V53 expanded addressing mode, including BRKXA and RETXA instructions AJR2018-08-121-1/+1
* xtal.cpp: Definition to be used later (nw) AJR2018-08-111-0/+1
* Revert "Send LF with CR when using natuaral keyboard on systems with a line f... AJR2018-08-112-12/+0
* rt1715: Clock correction (nw) AJR2018-08-111-0/+1
* Misc. fixes for recent commits (nw) AJR2018-08-101-1/+0
* Send LF with CR when using natuaral keyboard on systems with a line feed key AJR2018-08-102-0/+13
* memory,devcb: Put capabilities at parity [O. Galibert] Olivier Galibert2018-08-108-44/+1338
* sound_stream::sample_rate() was broken since adding support for setting a zer... smf-2018-08-091-1/+1
* act5a: Move to separate driver; identify what 9316 ROMs do; add keys and DSW ... AJR2018-08-081-0/+1
* -mac: MACHINE_CONFIG removal, nw mooglyguy2018-08-041-0/+6
* I did say it would be dreafully stupid (nw) Olivier Galibert2018-08-031-11/+11
* memory: Allow simplified versions of handlers [O. Galibert] Olivier Galibert2018-08-0222-321/+1444
* (nw) apparently msys glibstdc++ doesn't have that std::abs overload... Vas Crabb2018-08-021-6/+7
* (nw) Further layout work: Vas Crabb2018-08-022-99/+184
* -c1541, c1571, c2031, c1551, rastersp: Removed MCFG and MACHINE_CONFIG usage.... mooglyguy2018-08-011-0/+10
* (nw) more layout documentation Vas Crabb2018-07-311-19/+18
* (nw) add warning comment to dangerous API Vas Crabb2018-07-311-10/+6
* devfind.h: Fix the build by removing calls that don't exist when DeviceClass ... AJR2018-07-311-12/+2
* -8042kbdc, mb89352, mc6854: Removed legacy devcb accessors. [Ryan Holtz] mooglyguy2018-07-311-1/+38
* devfind: Allow set_tag() with a reference or a pointer to a device [O. Galibert] Olivier Galibert2018-07-301-0/+26
* (nw) more render work: Vas Crabb2018-07-311-35/+45
* don't try to update m_totalcycles on devices with a zero clock, as it will cr... smf-2018-07-291-1/+5
* Revert part of 20b5f5d0e6f73b9ce6fffa4fc5dbe3f2b83d2a27 smf-2018-07-291-26/+25
* Fix setting sample rate back to zero & crash for synchronous streams when rat... smf-2018-07-292-41/+71
* Revert part of 20b5f5d0e6f73b9ce6fffa4fc5dbe3f2b83d2a27 Olivier Galibert2018-07-292-57/+33
* ignore SVG dimensions, like we always did (nw) Vas Crabb2018-07-281-4/+9
* vgmplay: start all clocks at zero and reset all sound chips on a song change ... smf-2018-07-272-33/+57
* Prevent aggressive incompetence (nw) Olivier Galibert2018-07-272-6/+3
* make rectangle work better with constexpr, change many things to use designat... Vas Crabb2018-07-288-169/+157
* Mask address expressions in debug disasm view AJR2018-07-261-1/+2
* debugcpu.cpp: Move scripting functions down into console (nw) AJR2018-07-265-81/+74
* debug/express.cpp: Use std::deque for token stack (nw) AJR2018-07-262-36/+18
* Better support for screen orientation/geometry: Vas Crabb2018-07-2611-318/+358
* nscsi_cd: support media changes (nw) Patrick Mackinlay2018-07-231-0/+4
* (nw) srcclean and some cleanup: Vas Crabb2018-07-2211-43/+43
* allow repeating elements and groups - useful if you need e.g. a lot of number... Vas Crabb2018-07-222-25/+69
* remember to unwind if environment changes (nw) Vas Crabb2018-07-221-0/+9
* rendlay: allow user variables and repetition in layouts, also add a few more ... Vas Crabb2018-07-224-478/+1008
* ps2sony: Some basic VU1 support, major file reshuffling, nw mooglyguy2018-07-211-7/+7
* pc9801.cpp: Eliminate bogus XTALs (nw) AJR2018-07-211-2/+1
* render: improve behaviour in general for systems with two screens (sorry abou... Vas Crabb2018-07-205-197/+117
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-167-97/+148
* Fix some watchpoints (nw) Olivier Galibert2018-07-131-2/+2