summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/dc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with c and d: completed read* and write* macros removal (nw) Ivan Vangelista2020-06-081-14/+14
* a little more macro removal (nw) Ivan Vangelista2020-05-161-3/+3
* naomi: add support for external irq line, used by dimm board, to dc_state cla... yz70s2019-12-281-0/+10
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-8/+8
* aica.cpp, aicadsp.cpp : Updates (#4858) cam9002019-04-051-10/+8
* machine/keyboard, terminal: removed MCFG macros (nw) Ivan Vangelista2018-12-111-5/+7
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-1/+1
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-1/+1
* Revert " AICA Cleanups & Internalize CPU Core (#3423)" R. Belmont2018-04-071-0/+67
* AICA Cleanups & Internalize CPU Core (#3423) cam9002018-04-071-67/+0
* dc.cpp: kill off mastercpu_cheat_r() (nw) angelosa2018-03-281-8/+0
* dc/naomi/aw: centralize DRC settings (nw) arbee2018-03-241-0/+4
* Naomi/Dreamcast save_pointer needs units, not bytes. No longer crashes when s... smf-2018-03-241-1/+1
* Time to get out of mame/drivers and tackle the easy ones (nw) Olivier Galibert2018-01-021-1/+1
* use 'sh' instead of 'superh' David Haywood2017-10-021-1/+1
* move sh2 / sh4 to a folder called superh David Haywood2017-10-021-1/+1
* Remove a whole lot of I64 from format strings. Vas Crabb2017-08-101-6/+6
* Make machine().describe_context() a const function returning a std::string (nw) AJR2017-07-131-2/+2
* Moved atomiswave and naomi 2 specifics into own state machines (nw) angelosa2017-01-211-0/+40
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-7/+7
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-27/+27
* Use emumem.h defines whenever possible Giuseppe Gorgoglione2016-08-111-1/+1
* Fix build on MSVC thanks to Rene, also fix debug_break crashes therealmogminer@gmail.com2016-06-081-2/+2
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-2/+2
* Removed I64FMT and SIZETFMT, one usage left in chdman.cpp (nw) Miodrag Milanovic2016-03-071-6/+6
* These are not needed with official tools (nw) Miodrag Milanovic2015-11-101-10/+0
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+734