summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Swallowing shortcut keys the first time the menu comes up; now ESC in the F4 ↵new_menus Nathan Woods2014-04-122-1/+4
| | | | menu won't break out
* Merge branch 'master' of ssh://mess.org/mame into new_menus Nathan Woods2014-04-1212-217/+93
|\
| * cvs.c: updated the driver to use modern speech rom reading. [Fabio Priuli] Fabio Priuli2014-04-1212-217/+93
| | | | | | | | | | tms5110.c: removed legacy handlers, now that no drivers use them anymore. [Fabio Priuli] tms5110: updated to use devcb2. nw.
* | IPT_UI_SELECT will now work in addition to IPT_UI_DOWN to expand a menu from ↵ Nathan Woods2014-04-121-1/+2
| | | | | | | | the root menubar
* | [Menubar] Making IPT_UI_RIGHT in addition to IPT_UI_SELECT enter submenus Nathan Woods2014-04-121-4/+8
| |
* | Merge branch 'master' of ssh://mess.org/mame into new_menus Nathan Woods2014-04-1243-5587/+4384
|\|
| * Oric 1: Spring cleaning [O. Galibert] Olivier Galibert2014-04-1221-2507/+1466
| | | | | | | | Putting back the apple2 disk2 in the Pravetz 8D will wait until the next generation one is finalized.
| * placeholders Olivier Galibert2014-04-127-0/+6
| |
| * sh2.c: Modernised cpu core. [Wilbert Pol] Wilbert Pol2014-04-1222-3080/+2912
| |
* | Fixed issues with menubar's bad interactions with pausing Nathan Woods2014-04-121-2/+4
| |
* | Merge branch 'master' of ssh://mess.org/mame into new_menus Nathan Woods2014-04-1270-112/+115
|\|
| * Some changes/corrections to device descriptions from MASH and Tafoid (nw) Scott Stone2014-04-1267-80/+80
| |
| * Fix tools build on OS/2 [KO Myung-Hun] R. Belmont2014-04-121-2/+2
| |
| * Fixes for PowerPC AltiVec compile [Vas Crabb] R. Belmont2014-04-122-30/+33
| |
* | Fixing menubar issue when pressing 'right' in a submenu Nathan Woods2014-04-122-16/+20
| |
* | Merge branch 'master' of ssh://mess.org/mame into new_menus Nathan Woods2014-04-126-14/+27
|\|
| * new clones David Haywood2014-04-126-14/+27
| | | | | | Spectrum 2000 (vertical) [Shoutime]
* | Merge branch 'master' of ssh://mess.org/mame into new_menus Nathan Woods2014-04-1270-805/+1144
|\|
| * tms36xx: converted to use inline configs. nw. Fabio Priuli2014-04-125-77/+76
| |
| * i8257: updated to devcb2. nw. Fabio Priuli2014-04-1214-201/+246
| |
| * Fix compile (nw) Justin Kerk2014-04-121-1/+0
| |
| * (MESS) apple3: preliminary joystick support [R. Belmont] R. Belmont2014-04-123-9/+188
| |
| * Hooked up lightgun inputs in Virtua Cop [Angelo Salese] Angelo Salese2014-04-122-21/+106
| |
| * pinkiri8.c: fix regression after AM_SHARE change (nw) Alex W. Jackson2014-04-121-12/+12
| |
| * According to OG, dden was reversed (and indeed multiple DRQs are called now). Angelo Salese2014-04-123-11/+10
| |
| * Added vblank bit in Model 2 Old Revision, fixes Virtua Cop booting [Angelo ↵ Angelo Salese2014-04-121-10/+81
| | | | | | | | | | Salese] (Has it ever booted?)
| * bladestl.c: fix trackball tags (nw) Alex W. Jackson2014-04-121-1/+1
| |
| * Missing files Angelo Salese2014-04-122-1/+2
| |
| * Some keyboard additions, nw Angelo Salese2014-04-123-23/+52
| |
| * corefile: Don't crash on 0-length files [O. Galibert] Olivier Galibert2014-04-111-2/+2
| |
| * More improvements, Arthur now boots without hacks. Angelo Salese2014-04-112-7/+8
| |
| * Improved fdc hookup Angelo Salese2014-04-112-14/+56
| |
| * BFM BD1 and ROC10937 now have proper device line accessors for the clock ↵ James Wallace2014-04-1119-248/+210
| | | | | | | | | | | | | | (sclk), reset (por) and data (data). All affected drivers have been updated to use these [J. Wallace] Out of Whatsnew: MESS digel has been tested and displays correctly now, as opposed to how I had it, which was backwards.
| * Added first step in adding floppy hook-up to Acorn Archimedes, removed old ↵ Angelo Salese2014-04-113-28/+44
| | | | | | | | device implementation in favor of new device core.
| * kbdc8042_device: converted to devcb2 (nw) Ivan Vangelista2014-04-115-108/+63
| |
| * printer_image_device: converted to devcb2 (nw) Ivan Vangelista2014-04-1111-54/+32
| |
| * midiin_device: converted to devcb2 (nw) Ivan Vangelista2014-04-113-34/+12
| |
* | Merge branch 'master' of ssh://mess.org/mame into new_menus Nathan Woods2014-04-11147-2080/+2847
|\|
| * fixed src/emu/video/crtc_ega.c DEBUG compilation (nw) Oliver Stöneberg2014-04-111-1/+1
| |
| * cem3394: updated to use delegates and inline configs. nw. Fabio Priuli2014-04-115-59/+59
| |
| * Stop the internal timer if DTR is high and there is no character being ↵ smf-2014-04-111-1/+16
| | | | | | | | received as neither the transmit or receive will do anything anyway. The default is for the internal divider to be disabled so if the chip wasn't initialised then the timer would be running at the full rate of the xtal. (nw)
| * whops. forgot this. Fabio Priuli2014-04-111-0/+2
| |
| * rf5c68: converted to use delegates. nw. Fabio Priuli2014-04-113-32/+21
| |
| * nes_apu: converted to use inline config. nw. Fabio Priuli2014-04-1110-92/+25
| |
| * k053260: converted to use inline config. nw. Fabio Priuli2014-04-113-28/+14
| |
| * bladestl.c: simplify rom loading, reduce tagmap lookups [Alex Jackson] Alex W. Jackson2014-04-116-47/+47
| |
| * namco_audio: converted to use inline config. nw. Fabio Priuli2014-04-1118-205/+45
| |
| * segapcm: converted to use inline config. nw. Fabio Priuli2014-04-116-63/+24
| |
| * okim6258: converted to use inline config. nw. Fabio Priuli2014-04-113-25/+24
| |
| * vrender0: converted to use inline config. nw. Fabio Priuli2014-04-115-43/+19
| |