e='robots' content='index, nofollow'/>
summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/samcoupe.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-987/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-24/+7
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-4/+4
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-1/+1
* Cleaned up bitmap API. Vas Crabb2020-09-271-12/+12
* samcoupe: Fix mode1/2 regression, add savestates Dirk Best2020-07-201-3/+23
* samcoupe: Rework driver (WIP) Dirk Best2020-07-131-371/+732
* wd_fdc.cpp fix spinup on interrupt command MetalliC2020-07-011-2/+2
* drivers starting with s: removed read* and write* macros (nw) Ivan Vangelista2020-06-151-21/+21
* input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-181-2/+2
* srcclean (nw) Vas Crabb2019-12-211-1/+1
* Sam Coupe: fix, additions (#5947) Tom2019-11-291-0/+22
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-4/+4
* (nw) misc cleanup: Vas Crabb2019-09-201-1/+1
* (nw) get rid of wave.h usage part 1 Robbbert2019-07-061-7/+6
* (nw) more cassette wav sound Robbbert2019-06-301-0/+2
* (nw) removed unneccesary casting of cassette_state; Robbbert2019-06-291-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-12/+6
* srcclean (nw) Vas Crabb2018-12-231-1/+1
* -bus/a7800/a78_slot, bus/astrocde/exp, slot, pc_joy/pc_joy, vcs/vcs_slot, : R... mooglyguy2018-12-181-34/+32
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-1/+1
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-3/+1
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-2/+2
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-2/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-34/+20
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-14/+14
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* 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-7/+7
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-25/+27
* hp1ll3, atarist, samcoupe: Replace first_screen with finders or device_video_... AJR2018-03-031-3/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* Added a natural keyboard validation to check for valid natural keyboard (uni)... npwoods2017-09-051-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-4/+5
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7