summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pv1000.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* removed not needed parameter from stream_alloc (nw) Miodrag Milanovic2014-04-301-1/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Removed palette_device parameter from gfx draw methods. All draw methods now ... Alex W. Jackson2014-03-191-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 optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+5
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-7/+9
* removed space before m_gfxdecode in main trunk(nw) Miodrag Milanovic2014-02-261-2/+2
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-4/+4
* Moved drawgfx functions to gfx_element (nw) Miodrag Milanovic2014-02-131-2/+2
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+0
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-11/+11
* (MESS) marked Game Boy, Game Boy Color, Game Boy Advance, Game Gear, Intelliv... Fabio Priuli2013-06-081-1/+1
* (MESS) pv1000.c: modernized the sound device and added save state support. [F... Fabio Priuli2013-05-281-72/+107
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-2/+3
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-16/+16
* Cleaned up palette init Angelo Salese2012-12-241-8/+4
* Hooked up border color Angelo Salese2012-12-241-1/+5
* (for whatever reason irq frequency didn't matched the notes, everything works... Angelo Salese2012-12-241-3/+8
* Fixed Space Panic and Excite Mahjong inputs, -2 left ... Angelo Salese2012-12-241-16/+14
* PV-1000: Fixed Dig Dug gfxs Angelo Salese2012-12-241-5/+10
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-11/+11
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-5/+5
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-22/+20
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-1/+1
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-14/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+56
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+411