summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/uzebox.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-310/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-1/+1
* uzebox: using speaker_sound device instead of DAC device for emulating the uz... Felipe CorrĂȘa da Silva Sanches2015-06-171-7/+7
* uzebox: adding sound emulation (It works but with terrible performance. Uzebo... Felipe CorrĂȘa da Silva Sanches2015-06-161-3/+8
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-3/+3
* (MESS) Convert uzebox to use snes_ctrl. (nw) Sandro Ronco2015-02-021-48/+16
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-1/+1
* (MESS) consolidated generic socket / cartslot a bit more: removed Fabio Priuli2014-09-221-3/+3
* removed static config from avr8. nw. Fabio Priuli2014-09-211-6/+1
* another round of generic carts / sockets. nw. Fabio Priuli2014-09-201-20/+21
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-1/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-4/+2
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-1/+1
* License tags. (nw) Sandro Ronco2013-10-261-0/+2
* (MESS) small uzebox optimization. (nw) Sandro Ronco2013-06-091-2/+3
* (MESS) small cleanups. (nw) Sandro Ronco2013-02-071-6/+1
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-3/+4
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-11/+11
* (MESS) uzebox: added a configuration switch for the AD725 CE. (nw) Sandro Ronco2013-01-021-1/+6
* (MESS) uzebox: small change for games that only works on early revisions. (nw) Sandro Ronco2013-01-021-1/+2
* (MESS) uzebox: added support for loading .uze images. (nw) Sandro Ronco2012-12-301-2/+37
* (MESS) uzebox: fixed copy/paste error. (nw) Sandro Ronco2012-12-261-8/+8
* (MESS) AVR8 core updates: [Sandro Ronco] Sandro Ronco2012-12-251-47/+198
* uzebox : fix validation Robbbert2012-11-071-4/+4
* 01234567890123456789012345678901234567890123456789012345678901234567890123456789 Ryan Holtz2012-11-071-6/+53
* -avr8.c: Converted to modern CPU device. [MooglyGuy] Ryan Holtz2012-10-311-1/+8
* 01234567890123456789012345678901234567890123456789012345678901234567890123456789 Ryan Holtz2012-10-251-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-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+98