summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Clean-ups and version bumpmame0145u2 Angelo Salese2012-02-2626-83/+83
|
* Set splitting from J. Wallace, nw Angelo Salese2012-02-262-125/+744
|
* Proper start state of ins8250 by Carl (no whatsnew) Miodrag Milanovic2012-02-261-1/+2
|
* Fixed order of timer init and save state by Sandro Ronco (no whatsnew) Miodrag Milanovic2012-02-262-6/+14
|
* Better management of FLAC block sizes, aiming to keep them around 2k Aaron Giles2012-02-264-72/+90
| | | | | | | | | | | samples. Increased CD sectors per hunk to 8 for better compression. [David Haywood] Re-did the non-CD FLAC codec to be "smart" in that it can choose either big-endian or little-endian on the fly and uses the best one. Added FLAC as a default codec for hard disks, which helps a lot for certain disks. [Aaron Giles]
* konamigv: updated all CDs to v5 SHA1s, marked all old-format dumps BAD_DUMP (nw) R. Belmont2012-02-261-10/+10
|
* Fixed MT#04704: 25pacman: Unable to continue while playing Galaga Scott Stone2012-02-251-9/+1
|
* Fix typo (nw) Ville Linde2012-02-251-4/+4
|
* Sync with MESS Wilbert Pol2012-02-253-1054/+1169
|
* Create a new device_mixer_interface, derived from device_sound_interface, Aaron Giles2012-02-256-80/+144
| | | | | | | | | | which mixes all its inputs to a single output stream. Redefined the SPEAKER device to use this and remove the duplicate underlying logic. The main purpose of this new interface is to allow device-ification of an entire sound board, which can itself become a mixer of all of its sound components to a single output stream. This stream can then be routed by the device's owner to the appropriate speakers. A real-life example will show up soon.
* Expose a static interface for using the sample loader, for any Aaron Giles2012-02-252-29/+26
| | | | other sound chips which may need to fetch samples.
* Added member read/write handlers to the 6532 RIOT. Aaron Giles2012-02-252-0/+13
|
* Fatal error if a custom I/O port handler's device is not found. Aaron Giles2012-02-251-0/+4
|
* Devcb port tags need to be relative, not absolute, like other devcb tags. Aaron Giles2012-02-251-2/+3
|
* gticlub: Rewrote the 3D renderer. Implemented gouraud shading, lighting and ↵ Ville Linde2012-02-251-315/+829
| | | | fog. [Ville Linde]
* Enabled MMU on MPC8240. (nw) Ville Linde2012-02-251-1/+1
|
* Sync with MESS Wilbert Pol2012-02-252-382/+314
|
* i386: LOCK prefix should depend on IOPL on 386. Windows NT beta boots. [Carl] mahlemiut2012-02-241-6/+2
|
* Added getsoftlist;glist call so list content can be taken by name, to help ↵ Miodrag Milanovic2012-02-242-228/+235
| | | | clrmamepro and others handling software lists, and simplified rest of code (no whatsnew)
* merged changes from mess smf-2012-02-242-17/+11
|
* [N64] Fix audio sync issues in Super Mario 64 and probably others, and also ↵ Miodrag Milanovic2012-02-241-8/+16
| | | | | bring PI DMA speed into the realm of reality. [Ryan Holtz] [N64] Change PI DMA speed from 3 cycles/word to 5.08 cycles, as average PI speed is between 2.53 and 2.55 cycles/byte. [Ryan Holtz]
* Reverted some checks back and fixed few more cases (no whatsnew) Miodrag Milanovic2012-02-241-48/+49
|
* Previous check gave false positives, also slot devices can gave empty rom ↵ Miodrag Milanovic2012-02-241-3/+4
| | | | regions so that have to be marked on output (no whatsnew)
* clifront.c: slightly modified verifyroms to handle properly no-roms devices ↵ Fabio Priuli2012-02-241-17/+18
| | | | verification (wrong report message was output). no whatsnew.
* Documentation of the video data on Dragon Gun. [David Haywood] Scott Stone2012-02-247-22/+538
| | | | | | | | | Fix for clones for j6cpal (nw) New games marked as GAME_NOT_WORKING ------------------------------------ Pot O' Gold [Bicyclerepairman]
* i386: Prevent page faults when returning to same privilege and unmapped ↵ mahlemiut2012-02-241-16/+38
| | | | pages are above the stack. Windows 95 boots now. [Carl]
* Not much time, but nailed where it loops Angelo Salese2012-02-231-2/+11
|
* info: made consistent the loops through subdevices. no whatsnew. Fabio Priuli2012-02-231-5/+3
|
* clifront: fix verifyroms behavior after rev.15500. no whatsnew. Fabio Priuli2012-02-231-1/+1
|
* info.c: additional cleanup for device info output made possible by Micko's ↵ Fabio Priuli2012-02-232-34/+24
| | | | work + renamed slot "shortname" attribute to "devname" to make clear it is the name of the device to be mounted. no whatsnew.
* Fixed debug asserts (no whatsnew) Miodrag Milanovic2012-02-232-5/+4
|
* info.c - no need for description here since you can now check it in device ↵ Miodrag Milanovic2012-02-231-2/+0
| | | | according to shortname (nw)
* Small fix (nw) Miodrag Milanovic2012-02-231-0/+1
|
* [N64] Don't flush the RSP DRC cache on DMA. Fixes Mario 64 and others. [Ryan ↵ Miodrag Milanovic2012-02-231-33/+66
| | | | | | | | | | Holtz] [N64] Miscellaneous machine fixes, gets Conker's Bad Fur Day to boot through its legal screens with interpreter MIPS. [Ryan Holtz] - Increase the amount of time consumed by PI DMA, makes certain RSP microcodes that test DMA speed land in the correct window. - Force the main CPU to yield when the RSP reads its atomic semaphore. - Force the RSP to yield when PI DMA completes. - Flush the RSP DRC cache when touching IMEM with SP DMA.
* [N64] Force mtc0 opcodes that initiate to-RSP DMAs to end recompile ↵ Miodrag Milanovic2012-02-232-2/+10
| | | | sequences to force a code check. Fixes certain microcodes from executing garbage code after DMA. [Ryan Holtz]
* - removed need for *_dev.lst files [Miodrag Milanovic] Miodrag Milanovic2012-02-2316-667/+173
| | | | | | - enforced short names for slot card devices - updated validation, romverify and listxml output accordingly - slotoptions now also contain shortnames so it's possible to link slot option and device
* Sync OG changes from MESS (no whatsnew) Miodrag Milanovic2012-02-232-27/+45
|
* New clones added Scott Stone2012-02-234-1/+93
| | | | | | | | | | | | | ---------------- Mortal Kombat (Yawdim bootleg - Set 2) [ScheissNussen, Smitdogg, The Dumping Union] New games marked as GAME_NOT_WORKING ------------------------------------ Area 51: Site 4 (September 11, 1998) [ninjakid] Added missing proms for Fax and Fax 2. [W. Belk, Smitdogg, The Dumping Union]
* New games marked as GAME_NOT_WORKING Scott Stone2012-02-232-1/+22
| | | | ------------------------------------ NFL Classic Football (NCF3 Ver.A.) [Smitdogg, The Dumping Union]
* Preliminary driver for Merkur's 'Mahn Oh-Mann'. German board game Roberto Fresca2012-02-234-0/+229
| | | | | | | | | | | similar to Ludo, derivated from the indian game Parchisi. Coin-op machine for 1-4 players. No screen, just artwork and lamps. [Roberto Fresca] New games marked as GAME_NOT_WORKING ------------------------------------ Mann, oh-Mann [Roberto Fresca, Team Europe]
* i386: Added 32-bit versions of LMSW, and made LMSW only change the lower mahlemiut2012-02-224-8/+51
| | | | | 4 bits of CR0. [Barry Rodewald] Fixed Windows 95 blue screen. [Carl]
* not sure when I needed this, but for sure not in the latest code... no whatsnew. Fabio Priuli2012-02-221-1/+0
|
* info.c: several fixes and additions to listxml output [Fabio Priuli] Fabio Priuli2012-02-222-152/+335
| | | | | | | | | | | | | | | | | | | | | | - appended to xml info about devices which can be optionally mounted to slots - added a description attribute to slotoption to show which devices can be mounted in each slot - added to xml info of cpus/inputs/image/slots which are relative to devices (e.g. CPUs or Dipswitches in the device itself) - tags of elements directly attached to the root_device do not display anymore the root colon (slot tags were already behaving in this way); elements attached to optional devices use tags starting with colon (to be interpreted as a relative tags which gets appended to the device tag, when such a device is selected in a slot) - modified when necessary output routines to pass a root_device and a root_tag as parameters, in order to simplify output of relative devices and avoid duplicated code - updated DTD according to the new elements and attributes These changes allow frontends to know in advance how drivers can be configured through the various slot options (by matching option descriptions with device descriptions), without the need to run -lx with the various slot combinations. This is especially of use if a device adds e.g. dipswitches or image devices (like additional floppy drives or additional slot expansions), but also if one wants to know e.g. how many sound channels a soundcard would add to a pc driver, or which kind of screen parameters would be added by a specific choice of video card.
* verifyroms looks in parent sets again. The bug caused clone sets to be ↵ smf-2012-02-221-1/+1
| | | | listed as bad when you didn't have them as it thought every rom was shared with the parent.
* label adjustments from Guru for nwk-tr.c (nw) Scott Stone2012-02-221-6/+6
|
* rom label adjustments to match discussed format. (nw) Scott Stone2012-02-2133-227/+227
|
* MT #4691-4694: Misc documentation fixes (nw) Scott Stone2012-02-213-12/+12
|
* new clones Angelo Salese2012-02-214-3/+83
| | | | | | --------------- PuzzLoop 2 (Japan 010226) [idc/Team Avalaunch] Street Fighter II': Champion Edition (Japan 920322) [idc/Team Avalaunch]
* Fix for device_ref tag in listxml (no whatsnew) Miodrag Milanovic2012-02-211-2/+3
|
* Give more proper name and disabled loading of soflist items in ↵ Miodrag Milanovic2012-02-212-4/+4
| | | | open_image_file call (no whatsnew)