summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/casloopy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* gfx_elements now have a xor mask that is applied to each source bit offset wh... Alex W. Jackson2014-03-271-2/+2
* Removed palette_device parameter from gfx draw methods. All draw methods now ... Alex W. Jackson2014-03-191-1/+1
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-2/+2
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-2/+2
* Checkpoint: gfx_elements now have a pointer to a palette_device (which is not... Alex W. Jackson2014-03-111-2/+2
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-4/+4
* first round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-1/+3
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-1/+1
* fix 2 more (nw) Miodrag Milanovic2014-02-171-1/+3
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-3/+4
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-6/+6
* Moved drawgfx functions to gfx_element (nw) Miodrag Milanovic2014-02-131-1/+1
* GCC 4.0.1 doesn't allow -1 for a UINT32 (nw) R. Belmont2013-06-141-1/+1
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-2/+4
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-13/+13
* Some minor changes, it definitely draws a Casio logo in AnimeLand Angelo Salese2013-03-111-5/+7
* Check-point Angelo Salese2013-03-061-16/+55
* Some misc changes Angelo Salese2013-03-061-5/+36
* dreamchg seems to use a framebuffer ... Angelo Salese2013-03-051-14/+93
* Puts some gfxs in animelnd, not quite good enough Angelo Salese2013-03-051-1/+100
* Games now starts to execute code, starting PC seems hard-locked at 0x6000480 Angelo Salese2013-03-051-5/+19
* Fixed endianness Angelo Salese2013-03-051-4/+23
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-5/+5
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+251