summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/twinkle.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1651/+0
* srcclean in preparation for 0.243 Vas Crabb2022-04-241-42/+42
* xvd701, twinkle: Implemented commands required for Twinkle DVD player. (#9114) 9871238791132022-04-101-27/+132
* init vars for coverity (drivers/t,u) Robbbert2022-03-251-18/+18
* Added partial dumps of security dongles for Twinkle 1st style and Substream v... Jennifer Taylor2021-04-101-15/+38
* twinkle.cpp: Removed periodic source for IRQ2 (#7817) Ziemas2021-03-141-1/+1
* twinkle.cpp: Added missing data except for encrypted dongles (1st, club, subs... Jennifer Taylor2021-03-131-39/+90
* Merge pull request #6795 from tertu-m/twinkle-widescreen R. Belmont2020-06-051-1/+3
|\
| * twinkle.cpp physical aspect ratio should be 16:9 tertu marybig2020-06-041-1/+3
* | drivers starting with t, u, v, w, x: more macro removal + some others (nw) Ivan Vangelista2020-06-041-28/+27
|/
* Fixed regression in peps0615 introduced in 635f469c7dd0b5166455bafeddb0e898b1... smf-2020-05-061-1/+1
* mb8421.cpp : Support variable size and data width, Use template for base devi... cam9002019-11-211-47/+8
* Move IDE devices into bus/ata (nw) (#5756) ajrhacker2019-10-231-1/+1
* (nw) clean up more stuff, mostly leftover from MCFG removal Vas Crabb2019-10-111-1/+0
* -bus/psx/ctlrport, multitap, parallel: Removed MCFG and MACHINE_CONFIG macros... mooglyguy2018-12-161-27/+25
* rs232: some more MCFG removal (nw) Ivan Vangelista2018-10-191-13/+13
* Update Twinkle docs to match data gleaned from kits. DragonMinded2018-09-271-13/+20
* video/psx.cpp: Eliminate register_postload; separate out screen device (nw) AJR2018-09-111-0/+4
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-2/+1
* cleanup, follow-up, fixup - remember to use debug builds when doing bulk conv... Vas Crabb2018-09-051-1/+1
* -in8250: De-MCFG, nw mooglyguy2018-09-041-4/+4
* wd11c00_17, wd2010, wd33c93, wd7600, x76f041, x76f100, ym2148, ym3802: remove... Ivan Vangelista2018-09-041-3/+4
* Move imperfect graphics flag down into PSX GPU device AJR2018-09-021-15/+15
* i2cmem,i7220,i80130,i8087,i8212,i8214,i82371sb,i8243: Removed MCFG, nw mooglyguy2018-08-291-4/+4
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-2/+1
* -amigafdc, at29x, at45dbxx, at_keybc, ataintf, atmel_arm_aic, pci-ide: MCFG r... mooglyguy2018-08-151-3/+3
* -8364_paula, aakart, adc0808, adc083x, adc0844, adc1038, adc1213, akiko, am28... mooglyguy2018-08-121-3/+3
* private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-2/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-15/+15
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-17/+17
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-17/+17
* Route sound relative to current device. Vas Crabb2018-05-011-2/+2
* Bind devcb relative to current device. This is probably going to break Vas Crabb2018-05-011-3/+3
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-1/+1
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-37/+40
* another day, another cleanup (nw) Vas Crabb2018-03-021-45/+90
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+6
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-5/+5
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-8/+14
* twinkle.cpp: moved a couple of functions into driver class (nw) Ivan Vangelista2018-01-091-37/+41
* ATA: Simplified class hierarchy so there is no ambiguity with 16 & 32 bit met... smf-2017-12-201-1/+1
* ide: deambiguate cs access between 16 and 32 bits [O. Galibert] Olivier Galibert2017-12-161-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-145/+233
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-233/+145
* RF5C400: Converted to use device_rom_interface [smf] smf-2017-12-061-13/+16
* twinkle: Changed security card padding from 0x00 to 0xff, 4th & 5th have now ... smf-2017-12-041-9/+9