summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Turn off debug flag.mame0137 Aaron Giles2010-03-111-1/+1
|
* Cleanups and version bump. Aaron Giles2010-03-1132-362/+362
|
* Slightly fixed interrupt handling and added SBIC and MUL opcodes to the ↵ Ryan Holtz2010-03-1114-1217/+943
| | | | | | | Atmel AVR8 core. [Harmony] Added FJMP/JMPF opcode to the SunPlus u'nSP core. [Segher, Harmony] Performed an initial code cleanup pass on the N64 rendering code to make use of booleans and inline variable instantiation, and removed a number of unused variables that were exposed as a result of the latter. [Harmony]
* 680x0: Improve disassembly for various FMOVE forms [R. Belmont] R. Belmont2010-03-111-7/+78
|
* [#03533] Properly show 32-bit displacement for 020+ A reg relative [R. Belmont] R. Belmont2010-03-111-1/+8
|
* m680x0: show FPU registers in the debugger for 030+ R. Belmont2010-03-112-0/+65
|
* Fixed wrong assert_line -> that became pulse_line for abitudinary matters Angelo Salese2010-03-101-1/+1
|
* Implemented sound NMI enable flag to the Munch Mobile driver [Angelo Salese] Angelo Salese2010-03-102-2/+18
|
* new working game Angelo Salese2010-03-101-3/+163
| | | | | ---------------- Magical Odds [David Haywood, Angelo Salese]
* rallybik, truxton (toaplan1.c driver) [stephh] : stephh2010-03-103-147/+380
| | | | | | | | | - Fixed Dip Switches and Inputs (after verification of the M68000 code) - Improved MCU emulation to correctly handle coinage based on Dip Switches settings and Territory Jumper
* Reverted some more changes done in rev.8551, to avoid a few very picky games ↵ Fabio Priuli2010-03-103-17/+84
| | | | to freeze in MESS. changes will be applied again as soon as more OAM rewriting/refactoring is done (and then the duplicate code will be removed)
* fixed snes issue (sorry) Fabio Priuli2010-03-101-2/+1
|
* Bunch of change from Haze (no credit wanted) Angelo Salese2010-03-103-17/+106
|
* Written a per-pixel function for the irq system in the ST-V driver, disabled ↵ Angelo Salese2010-03-101-1/+43
| | | | by default [Angelo Salese]
* Improvements to Magical Odds graphics [David Haywood] Angelo Salese2010-03-093-20/+166
|
* Corrected 2 rom names for a Sega Frogger set (verfied from actual labeled ↵ Brian Troha2010-03-091-2/+2
| | | | and dumped roms)
* new clone: Smash TV Rev 3.01 Brian Troha2010-03-092-0/+30
| | | | | New Clone added -------------------------------------- Smash T.V. (rev 3.01) [Brian Troha, The Dumping Union]
* Fix compile Angelo Salese2010-03-091-1/+1
|
* Implemented NMI enable flag in Lucky 8 Lines and Magical Odds, fixes logic ↵ Angelo Salese2010-03-092-6/+24
| | | | quirks in the latter [Angelo Salese]
* snes.c: refactored joypad inputs to be consistent with other input devices ↵ Fabio Priuli2010-03-092-32/+33
| | | | (used in MESS) [Fabio Priuli]
* Confirmed and hooked up i/o ports in Magical Tonic / Odds, doesn't work due ↵ Angelo Salese2010-03-091-47/+274
| | | | of nested NMI [Angelo Salese]
* reverting most of rev.8551, to avoid breakage in MESS. also, please do not ↵ Fabio Priuli2010-03-091-5/+3
| | | | mentions rev.8551 in the whatsnew.
* not worth mention: minor renaming of some snes_ppu struct elements Fabio Priuli2010-03-093-33/+34
|
* snes.c: changed OAM code to create sprite list for each line based on OBSEL ↵ Fabio Priuli2010-03-093-77/+136
| | | | settings of the previous line [Fabio Priuli]
* Improvements to funworld.c driver. [Roberto Fresca] Roberto Fresca2010-03-091-19/+105
| | | | | | | | | | | | - Added external default NVRAM support to the following games: bottle10, bottl10b, elephfam, elephfmb, jollycrd, jolyc3x3, jolyccra, jolyccrb, jolycdev, jolycdib, jolycdit, jolyjokr, jolyjokra, jolyjokrb, lluck3x3, lluck4x1, magicrd2, pool10, pool10b, pool10c, pool10d, potgame, royalcrd, royalcdb, sjcd2kx3, tortufam, vegasfst, vegasfte and vegasslw. - Changed default settings for some games, now that NVRAM is loaded externally.
* snes.c: Fixed OAM overflow [jbo_85, Fabio Priuli] Fabio Priuli2010-03-081-22/+22
|
* Renamed the Five Clown main program ROM to match the name on the sticker. Roberto Fresca2010-03-081-2/+2
|
* Support for the original Five Clown set. Now this one is parent. Roberto Fresca2010-03-082-8/+42
| | | | | | | | | | | | Corrected list for the whatsnew.... New games added or promoted from NOT_WORKING status --------------------------------------------------- Five Clown (english, set 1) [Roberto Fresca, Grull Osgo] Five Clown (english, set 2) [Roberto Fresca, Grull Osgo] Five Clown (spanish hack) [Roberto Fresca, Grull Osgo]
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-08114-884/+886
| | | | | | Added inline tag() function to return a const char * version. Updated callers to use this instead of directly accessing tag.cstr() which was awkward.
* Imported Z80 DART and Z80 STI from MESS. (no whatsnew) Curt Coder2010-03-086-0/+2607
|
* Decrypted the color prom in King Derby (1986 version) [Angelo Salese] Angelo Salese2010-03-081-2/+37
|
* Improvements to the unkch1/4 sets [David Haywood] Angelo Salese2010-03-083-24/+413
|
* Fixed debugger memdump command [Robbbert] Dirk Best2010-03-081-1/+1
|
* z80sio: Added register access functions to prevent trampoline functions ↵ Dirk Best2010-03-086-49/+63
| | | | [Dirk Best]
* not worth mention: minor addition to support SNES SuperScope in MESS Fabio Priuli2010-03-082-22/+31
|
* New driver for Five Clown, from IGS. This is a dual 6502 system Roberto Fresca2010-03-084-0/+1215
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | with CRT controller, AY8910 and OKI M6295. Main program, graphics and sound samples are encrypted. [Roberto Fresca, Grull Osgo] - Hooked both 6502 CPU's. - Hooked the M6845 CRT. - Decrypted main program and bulk GFX. - Decoded GFX and color PROM. - Hooked both PIA's 6821. - Worked inputs from the scratch. - Hooked DIP Switches banks 2 & 4. - Hooked proper interrupts for audio CPU. - Hooked the AY8910 latches... - Hooked the OKI6295. - Hooked DIP switches ports $C400 & $CC00. - Found the sound samples decryption algorithm. - Added NVRAM support. - Added a complete PCB layout. - Added game notes. - Added technical notes. New games added or promoted from NOT_WORKING status --------------------------------------------------- Five Clown (english) [Roberto Fresca, Grull Osgo] Five Clown (spanish hack) [Roberto Fresca, Grull Osgo]
* SDL: fix Fortify-reported stack smash [Belegdol] R. Belmont2010-03-081-1/+1
|
* fixed typo (no credit) R. Belmont2010-03-081-1/+1
|
* namcos23 updates: [R. Belmont] R. Belmont2010-03-081-25/+70
| | | | | | | | - Hooked up start/coin/buttons for Gorgon - Fixed Panic Park crash - Enabled I/O board for timecrs2c so it can coin up - Cleanup
* Implemented coins to King Derby (1986 version), game can be considered as ↵ Angelo Salese2010-03-071-7/+30
| | | | working right now [Angelo Salese]
* Implemented sound to King Derby (1986 version) [Angelo Salese] Angelo Salese2010-03-071-8/+14
|
* namcos23 updates: [R. Belmont] R. Belmont2010-03-071-7/+53
| | | | | | | | - Preliminary SH-2 hookup for GMEN games. SH-2 boots and copies the loader to private RAM then jumps to it. Transfer protocol for main program not yet understood. - Final Furlong 2 has a GMEN board and camera; update it to use that subdriver.
* Implemented 'key matrix' inputs in King Derby (1986 version) [Angelo Salese] Angelo Salese2010-03-071-90/+39
|
* Added ARDY/BRDY signal read handlers to Z80 PIO. [Curt Coder] Curt Coder2010-03-072-0/+28
|
* Serving a cup of STFU to clrmamepro. (no whatsnew) Curt Coder2010-03-0714-46/+46
|
* namcos23: pass C422 IRQ test [R. Belmont] R. Belmont2010-03-071-0/+33
|
* Implemented default EEPROMs for GTIClub, Hang Pilot, Asterix, X-Men and ↵ Angelo Salese2010-03-074-0/+57
| | | | | | Polygonet Commanders [David Haywood] Fixed the texture ROM loading/order in Wave Shark. Textures look better now, and the ROM check passes [David Haywood]
* game is called Wave Shark Angelo Salese2010-03-072-22/+22
| | | | | | | http://i49.tinypic.com/in4isp.jpg jetwave -> waveshrk (not worth mentioning)
* Implemented default EEPROMs to Bubble Memories, Lethal Enforcers and Puzzle ↵ Angelo Salese2010-03-075-24/+50
| | | | Time [David Haywood]
* Correct one bit of merge weirdness (no credit) R. Belmont2010-03-071-2/+2
|