summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rex6000.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1060/+0
* init vars for coverity (drivers/q,r) Robbbert2022-03-251-1/+1
* Cleaned up bitmap API. Vas Crabb2020-09-271-4/+4
* intelfsh: Fujitsu updates (nw) AJR2020-06-141-4/+4
* drivers starting with p, q, r and s: some macro removal (nw) Ivan Vangelista2020-06-031-30/+30
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* -snapquik: Modernized delegate and removed MCFG macros. [Ryan Holtz] MooglyGuy2019-06-301-10/+12
* (nw) Clean up the mess on master Vas Crabb2019-03-261-32/+30
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-30/+32
* (nw) sorry, take 2 Ivan Vangelista2019-02-251-24/+22
* Make the delay for snapshot/quickload an attotime, and allow implicit zero. ... Vas Crabb2019-02-061-2/+2
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-6/+6
* Start cleaning up palette configuration: Vas Crabb2018-12-291-23/+21
* cpu/pps4 - machine/pxa255, r10696, r10788, ra17xx, rf5c296, roc10937, rp5c01,... Ivan Vangelista2018-10-291-4/+4
* rs232: some more MCFG removal (nw) Ivan Vangelista2018-10-191-12/+12
* -intelfsh: Removed MCFG, nw mooglyguy2018-09-051-9/+9
* -in8250: De-MCFG, nw mooglyguy2018-09-041-20/+20
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-4/+2
* -bankdev: Remove MCFG, nw mooglyguy2018-08-151-22/+4
* Better support for screen orientation/geometry: Vas Crabb2018-07-261-3/+0
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-2/+2
* mcr, mcr3, pt68k4, rex6000: Removed machine().device, nw mooglyguy2018-06-231-44/+56
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-13/+13
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-32/+32
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-53/+58
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-5/+10
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-6/+6
* rex6000.cpp: fixed Coverity "Overlapping buffer in memory copy" warning (nw) ... Oliver Stöneberg2018-01-221-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+4
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-4/+4
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* yesnoj: Add TC8521 RTC (though the game remains stuck in the 20th century) AJR2017-06-141-4/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-40/+40
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-4/+4
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-3/+4
* Let's give the new srcclean a spin... Vas Crabb2016-08-021-1/+1
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-5/+5
* intelfsh, i2cmem: Not a device_memory_interface either [O. Galibert] Olivier Galibert2016-06-161-2/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* New NOT WORKING systems Sandro Ronco2016-03-021-6/+441
* Convert avigo.cpp, mstation.cpp and rex6000.cpp to use bankdev. (nw) Sandro Ronco2016-02-211-146/+42
* beep_device: removed set_volume hap2016-01-211-7/+10
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1