, nofollow'/>
summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/clickstart.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-476/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-15/+3
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-2/+2
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-1/+1
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-4/+4
* Disable SOUND_DEBUG for non-debug builds, and srcclean Vas Crabb2020-09-271-1/+1
* clickstart.cpp: Add note about cartridges pinout (#7128) ClawGrip2020-08-231-4/+38
* drivers starting with b and c: some more macro removal (nw) Ivan Vangelista2020-05-261-2/+2
* another bunch of READ* / WRITE* macros removal (nw) Ivan Vangelista2020-05-201-14/+14
* clickstart.cpp: Update note about SEEPROM (nw) ClawGrip2019-12-271-1/+1
* -spg2xx: Fixed a subtle interrupt bug causing Clickstart to not boot. [Ryan H... mooglyguy2019-12-221-64/+81
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-1/+1
* -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] mooglyguy2019-06-301-3/+3
* unsp, spg110, spg2xx, sunplus_gcm394: Fix maps by unifying SoC devices with C... AJR2019-06-151-20/+15
* TV Game Work (progress towards smartfp and wrlshunt) (#4956) David Haywood2019-04-301-2/+2
* clickstart.cpp: Add note about the keyboard MCU [Sean Riddle] (#4922) ClawGrip2019-04-241-2/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+441
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-441/+0
* New working machines mooglyguy2019-01-281-1/+1
* srcclean and cleanup (nw) Vas Crabb2019-01-271-10/+10
* new NOT WORKING --- Classic Arcade Pinball (JAKKS Pacific TV Game) [Sean Rid... David Haywood2019-01-131-0/+3
* clickstart: Added rudimentary keyboard support. Game still stops responding a... mooglyguy2019-01-101-13/+82
* -spg2xx: Various changes: [Ryan Holtz] mooglyguy2019-01-081-7/+160
* -clickstart: Favor specific values over rand(), nw mooglyguy2019-01-051-6/+63