summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/next.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1310/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-2/+2
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-5/+1
* next.cpp: Use logerror rather than printf for debugging output. (#7592) Davide Cavalca2020-12-251-6/+6
* next_cdrom: initial cdrom software list for next Davide Cavalca2020-12-201-0/+1
* next: add some more roms (#7561) Davide Cavalca2020-12-161-11/+21
* next: only NeXTcube systems used the MO drive (#7560) Davide Cavalca2020-12-151-19/+68
* next_hdd: initial hdd software list for next (#7557) Davide Cavalca2020-12-141-0/+2
* next: add NeXTcube and tidy up (#7556) Davide Cavalca2020-12-141-6/+23
* drivers starting with m, n and o: removed read* and write* macros (nw) Ivan Vangelista2020-06-121-24/+24
* upd765: Move PS/2-class functionality out of base device (nw) AJR2020-05-181-1/+1
* c64.cpp, c128.cpp: fixed CBM IEC slot address not being set when replacing de... Vas Crabb2019-11-151-1/+1
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-16/+16
* (nw) misc cleanup: Vas Crabb2019-10-051-1/+2
* Move modern SCSI CD/HD devices into src/devices/bus/nscsi (nw) AJR2019-07-111-2/+2
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-66/+72
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-72/+66
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-02-261-46/+52
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-3/+4
* nscsi_bus: removed MCFG macros (nw) Ivan Vangelista2019-01-291-10/+9
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-1/+1
* src/devices: some more MCFG macros removal (nw) Ivan Vangelista2019-01-111-1/+1
* housekeeping (nw) Patrick Mackinlay2019-01-071-5/+5
* src/mame: even more MCFG removal (nw) Ivan Vangelista2018-12-051-7/+7
* pc_lpt, upd765: removed MCFG macros (nw) Ivan Vangelista2018-09-281-3/+3
* (nw) fix lots of inadverently mutable static pointers Vas Crabb2018-09-201-4/+4
* -mb87078,mb8795,mb89363b,mc14411: De-MCFG, nw mooglyguy2018-09-071-5/+5
* -8364_paula, aakart, adc0808, adc083x, adc0844, adc1038, adc1213, akiko, am28... mooglyguy2018-08-121-2/+6
* model3.cpp, next.cpp, inder_vid.cpp: removed some device tag look-ups (nw) Ivan Vangelista2018-07-241-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-16/+16
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-11/+11
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-17/+17
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-32/+32
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-9/+11
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-56/+63
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-1/+1
* Grammar police (nw) Olivier Galibert2018-02-241-3/+3
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-9/+18
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-7/+7
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-12/+6
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-10/+10
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-12/+15
* Finish the non-ambiguous ones (nw) Olivier Galibert2018-01-021-18/+0
* Handle a small number that only need a device variable to be added (nw) Olivier Galibert2018-01-021-2/+2
* Some more after better taking inheritance into account (nw) Olivier Galibert2018-01-021-11/+11
* Do the easy ones (nw) Olivier Galibert2018-01-011-1/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-10/+10