summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/system1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* looks like flicky is also picky about sync, so move quantum to base machineco... Michaël Banaan Ananas2011-12-171-2/+2
* increase mcu sync, it affected choplift scroll Michaël Banaan Ananas2011-12-171-3/+7
* instead of discarding lowest bit of sprite-x and scroll-x, add support for su... Michaël Banaan Ananas2011-12-161-3/+3
* small fix to cycle table (CB, and 2 others) Michaël Banaan Ananas2011-12-151-2/+2
* comment correction (nw) Scott Stone2011-10-271-3/+1
* Fixed up the flicky and clones (system1.c) Dip Switches after a fair amount o... Scott Stone2011-10-271-2/+44
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-3/+3
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-3/+3
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-42/+42
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-8/+8
* BIG update. Aaron Giles2011-03-291-68/+68
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-15/+15
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-17/+17
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-16/+16
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+5
* Eliminated global/static variables in a number of Konami/Sega drivers Aaron Giles2011-02-121-56/+71
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-3/+3
* Attotime bulk conversion step: Aaron Giles2011-02-031-4/+4
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-13/+13
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-47/+47
* Regression fixes. Aaron Giles2010-09-101-1/+1
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-1/+1
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-33/+24
* Remove most of the temporary inline helpers. Aaron Giles2010-08-191-2/+2
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-4/+4
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-6/+6
* Time to kill off some deadwood. Aaron Giles2010-07-071-3/+3
* divided segacrpt.c in two files, one for the old encryption and one for the n... Nicola Salmoria2010-07-051-6/+7
* Regression fixes: Aaron Giles2010-06-141-5/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* coreland/sanritsu Michaël Banaan Ananas2010-05-251-2/+2
* documentation: Cleaned up company names [hap] Michaël Banaan Ananas2010-05-251-2/+2
* stern->stern electronics Michaël Banaan Ananas2010-05-241-1/+1
* stern companyname cleanups Michaël Banaan Ananas2010-05-241-1/+1
* some minor company name cleanups again, and: Michaël Banaan Ananas2010-05-221-1/+1
* Whiteboard -> White Board Michaël Banaan Ananas2010-05-221-1/+1
* system1.c: Fixed PIO regression. (no whatsnew) Curt Coder2010-02-181-1/+2
* Complete rewrite of the Z80-PIO implementation. The handshaking signals are n... Curt Coder2010-02-171-13/+11
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-4/+4
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-3/+3
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-6/+12
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Renamed functions: Aaron Giles2009-12-051-4/+4
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-12/+12
* A few minor syntax changes to make the Clang compiler (clang.llvm.org) happy. R. Belmont2009-12-021-1/+3