summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/palm.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-17/+17
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-11/+11
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-4/+5
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-6/+12
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-7/+14
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-1/+3
* New way to provide DAC reference inputs (nw) AJR2018-01-101-3/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-1/+1
* Validate BIOS names and fix most errors found: Vas Crabb2017-08-251-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-18/+18
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* Changed disassembler overrides to use 'std::ostream &' internally Nathan Woods2016-10-301-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-8/+8
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-23/+6
* Delegatize dasm overrides (nw) AJR2016-06-261-1/+1
* Move disasm overrides into interface, reducing driver-debugger dependencies (nw) AJR2016-06-241-7/+3
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-2/+2
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-0/+1
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* revert part of 'clang cleanup 7' where 0 means the value 0 hap2016-01-241-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+504