summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarisy2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Few minor cleanups. Aaron Giles2013-01-191-36/+22
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-3/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-116/+116
* More atarigen modernization. Aaron Giles2012-10-171-3/+2
* Initial round of atarigen cleanup. Aaron Giles2012-10-171-78/+69
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-2/+2
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-4/+3
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-3/+3
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-5/+4
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-6/+6
* Memory handler normalization, part 1. Aaron Giles2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-24/+22
* Get rid of devtag_reset macro. Aaron Giles2012-09-121-2/+2
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-9/+9
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-31/+26
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-37/+37
* Clean-ups and version bumpmame0146u1 Miodrag Milanovic2012-06-111-13/+13
* "Analog" Pokey Update [Couriersud] Couriersud2012-05-281-6/+21
* Convert all remaining drivers to use the modern pokey device. [Couriersud] Couriersud2012-05-191-4/+4
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-15/+15
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-4/+4
* some DIRECT_UPDATE_HANDLER - > DIRECT_UPDATE_MEMBER (nw) Miodrag Milanovic2012-04-171-4/+3
* Several more driver regression fixes. Aaron Giles2012-04-151-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-6/+6
* forgot to remove comments (no whatsnew) Miodrag Milanovic2012-04-101-14/+0
* mode modernization (no whatsnew) Miodrag Milanovic2012-04-101-129/+129
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-1/+1
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-1/+1
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-6/+6
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-31/+31
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-3/+3
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-83/+83
* BIG update. Aaron Giles2011-03-291-69/+69
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-5/+5
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* From: Atari Ace [atari_ace@frontier.com] Aaron Giles2011-01-271-31/+25
* Not Worth Mentioning Derrick Renaud2011-01-251-1/+1
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-16/+16
* Not worth mentioning - Minor code/indent cleanup Derrick Renaud2011-01-231-51/+45
* Minor cleanup - not worth mentioning. Derrick Renaud2011-01-231-43/+36