summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-2021-78/+78
* Sync with MESS (nw) Wilbert Pol2012-08-197-0/+1881
* Since there is no clear way to determine if mouse should be shown or not, I a... Miodrag Milanovic2012-08-193-4/+3
* PowerPC: fix CMP/CMPI instructions; they were behaving as CMPL/CMPLI and gene... R. Belmont2012-08-191-2/+2
* debugger has been "new" for long enough now. also show the proper application... Oliver Stöneberg2012-08-171-1/+1
* Hooked up Epson 62423 RTC device to Hyper Neo Geo 64 [Angelo Salese] Angelo Salese2012-08-171-27/+44
* audit considers a NO DUMP rom to be shared if it has the same name as a paren... smf-2012-08-172-9/+8
* Made UI mouse cursor optional (default is off for now), in games with clickab... Miodrag Milanovic2012-08-173-2/+5
* Updated the megatech bios to render using the newer SMS vdp device from MESS.... Scott Stone2012-08-171-0/+1
* fix a warning Michaël Banaan Ananas2012-08-171-1/+1
* small optimization to ui_draw_text_full() (no whatsnew) Oliver Stöneberg2012-08-171-12/+13
* Sync with MESS (nw) Miodrag Milanovic2012-08-171-1/+1
* PPC: fix SRAW behavior with C backend. x86/x64 BEs need work to pass. [R. Be... R. Belmont2012-08-171-15/+29
* Sync with MESS. (nw) Curt Coder2012-08-161-0/+6
* When menus are active, enable mouse on full screen (no whatsnew) Miodrag Milanovic2012-08-161-1/+6
* Various VB specific opcodes, nw Angelo Salese2012-08-161-0/+37
* Added ANDNBSU and ORBSU opcodes in V810 CPU core [Angelo Salese] Angelo Salese2012-08-161-36/+56
* Preliminary implementation of the MOVBSU opcode in V810 CPU core [Angelo Salese] Angelo Salese2012-08-161-1/+56
* fixed build error, something about ui_show_mouse is declared void that I coul... smf-2012-08-151-1/+0
* let's make it const (nw) Miodrag Milanovic2012-08-151-1/+1
* Added internal mouse cursor visible in menus and when clickable artwork is us... Miodrag Milanovic2012-08-154-1/+84
* Properly detect click on artwork buttons when in fullscreen mode (no whatsnew) Miodrag Milanovic2012-08-151-4/+13
* Reverted original SN76496N patch and applied newer patch containing a change ... Scott Stone2012-08-142-50/+50
* rp5c15: Initialize at power-on (makes the x68k boot reliable) [O. Galibert] Olivier Galibert2012-08-141-0/+10
* addrmap: Fix device mapping on big-endian systems [O. Galibert] Olivier Galibert2012-08-141-1/+1
* Removed not used code (nw) Miodrag Milanovic2012-08-142-14/+0
* World isn't yet ready for those Angelo Salese2012-08-131-2/+2
* Hooked up i8255 in Kikiippatsu Mayumi-chan [Angelo Salese] Angelo Salese2012-08-131-0/+2
* removed not used type (no whatsnew) Miodrag Milanovic2012-08-131-8/+0
* Made MCFG_QUANTUM_PERFECT_CPU able to work within devices (no whatsnew) Miodrag Milanovic2012-08-133-6/+6
* Fix no to display missing roms in case of not supported software (no whatsnew) Miodrag Milanovic2012-08-131-2/+0
* Great idea! But let's stay classy. Aaron Giles2012-08-132-18/+18
* mumble (nw) Olivier Galibert2012-08-121-2/+0
* drcbec: Calculate NZ flags properly for 32x32=32 form of MULS. [R. Belmont] R. Belmont2012-08-121-1/+2
* fixed unreachable code in src/emu/cpu/dsp56k/dsp56mem.c (no whatsnew) Oliver Stöneberg2012-08-121-1/+1
* ups (nw) Miodrag Milanovic2012-08-121-1/+1
* Display correct software load messages depending of supported attribute value... Miodrag Milanovic2012-08-123-1/+21
* emucore: make downcast errors more useful [O. Galibert] Olivier Galibert2012-08-122-2/+39
* lr35902.c: removed 2 unneeded assignments (nw) Wilbert Pol2012-08-111-2/+0
* remived some redundant assignments (also fixes uninitialized array in karnov)... Oliver Stöneberg2012-08-114-9/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-104-97/+12
* * Fully modernized segahang. Aaron Giles2012-08-102-4/+6
* drcbec: compute flags correctly for ADDC/SUBB [R. Belmont] R. Belmont2012-08-101-2/+16
* fixed some unread variable warnings reported by clang (no whatsnew) Oliver Stöneberg2012-08-097-14/+2
* Sync with MESS. (nw) Curt Coder2012-08-091-2/+2
* Sync with MESS. (nw) Curt Coder2012-08-091-0/+1
* [SAA5050] Fixed double high character mode, and forced character data to 7-bi... Miodrag Milanovic2012-08-092-7/+9
* Convert dac.c to a modern sound device. Update all callers. Aaron Giles2012-08-092-135/+171
* removed some unnecessary unsigned >= 0 checks (no whatsnew) Oliver Stöneberg2012-08-081-1/+1
* De-legacy the z80sio device. Aaron Giles2012-08-082-63/+28