summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarist.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* atarist.cpp: YM2149 is also connected to RESET (nw) AJR2020-03-261-1/+2
* Misc. fixups (nw) AJR2020-03-261-1/+1
* atarist.cpp: Add RESET callback (nw) AJR2020-03-261-0/+11
* atarist.cpp: Fix the 68K side of ACIA serial communications (keyboard MCU not... AJR2020-03-251-29/+40
* atarist.cpp : Correct DMA sound frequency calculation, Minor fix spacings (#6... cam9002020-03-251-15/+24
* input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-181-2/+2
* m6801: Attempt at cleaning up internal registers (nw) AJR2020-03-121-2/+2
* mc68901: Sweeping rewrite of USART emulation (no longer based on device_seria... AJR2020-01-021-13/+6
* c64.cpp, c128.cpp: fixed CBM IEC slot address not being set when replacing de... Vas Crabb2019-11-151-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-3/+3
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-38/+38
* (nw) misc cleanup: Vas Crabb2019-09-201-1/+1
* -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... MooglyGuy2019-07-021-4/+4
* Various changes related to 68000 interrupts (nw) AJR2019-04-041-1/+1
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-17/+11
* (nw) Clean up the mess on master Vas Crabb2019-03-261-12/+12
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-12/+12
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros from drivers starti... Ivan Vangelista2019-03-251-8/+8
* bus/generic, bus/vc4000: Eliminate address_space argument from handlers (nw) AJR2019-02-191-3/+3
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-4/+4
* -bus/nes/jaleco, pt554, bus/nes_ctrl/ctrl, hori, joypad: Removed MCFG and MAC... mooglyguy2018-12-201-246/+134
* ay8910: small batch of MCFG removal (nw) Ivan Vangelista2018-11-071-25/+25
* cpu/pps4 - machine/pxa255, r10696, r10788, ra17xx, rf5c296, roc10937, rp5c01,... Ivan Vangelista2018-10-291-2/+2
* m6801: Use devcb for ports; remove I/O space and MCFG_ macros (nw) AJR2018-10-261-22/+15
* rs232: small start at removing MCFG macros (nw) Ivan Vangelista2018-10-171-28/+28
* z80scc.cpp, z80sio.cpp: deMCFGfied; 8530scc.cpp: removed macros which weren't... Ivan Vangelista2018-08-271-1/+1
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-21/+21
* -68230pit, 68307, 68340, 6840ptm, 6850acia, 68561mpcc: Removed MCFG macros an... mooglyguy2018-08-111-24/+24
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-7/+7
* mc68901: Convert to devcb3 (nw) AJR2018-08-011-28/+28
* atarist.cpp: Consistency helps (nw) AJR2018-07-091-3/+3
* atarist.cpp: Use input merger for ACIA IRQs (nw) AJR2018-07-091-25/+21
* devcb3 Vas Crabb2018-07-071-12/+12
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-4/+4
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-58/+58
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-108/+108
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-4/+4
* atarist.cpp: Use device finder for floppies (nw) AJR2018-05-261-13/+4
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-1/+7
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-41/+41
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-4/+5
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-101/+101
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+4
* Cleanup some AM_RANGE in comments (nw) Olivier Galibert2018-04-211-52/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-104/+111
* Grammar police (nw) Olivier Galibert2018-02-241-1/+1
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-4/+8
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-7/+7
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2