summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/atarimo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-2/+2
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-191-36/+41
* Eliminates the extern variables from atarimo video core, in order to remove a... Angelo Salese2011-04-051-38/+90
* BIG update. Aaron Giles2011-03-291-19/+21
* Decoupled some entagled drivers: [Atari ACe] Aaron Giles2011-02-181-0/+25
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-2/+2
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-10/+10
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-5/+5
* Some misc cleanups: Aaron Giles2009-12-151-2/+2
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-2/+0
* Bulk change alert. Aaron Giles2009-04-261-9/+6
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-2/+2
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-44/+44
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-42/+42
* Converted toobin to RGB32 to allow for mid-screen palette updates. Aaron Giles2008-11-031-1/+1
* Fix 01462: [Save/Restore] atarimo_render-based drivers: Aaron Giles2008-03-171-94/+84
* - Removes the public screen_state object -- all access is via functions Zsolt Vasvari2008-03-131-2/+2
* Next batch of machine->screen[] removal Zsolt Vasvari2008-03-121-4/+4
* - More machine->screen removal Zsolt Vasvari2008-03-111-1/+1
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-3/+3
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-3/+3
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-2/+2
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1092