Commit Graph

8319 Commits

Author SHA1 Message Date
Scott Stone
1eae8f15f4 Source Cleanup: Setname fixes and other minor changes - Drivers starting with G.
Comments:  I didn't touch anything to do with the old/new galaxian drivers yet.  I'm waiting to do that later as I anticipate that will be pretty major with number of changes and number of notes.
2010-02-10 20:13:40 +00:00
Fabio Priuli
eee2255bf8 snes wip: fixed the remaining debug functionalities 2010-02-10 17:52:37 +00:00
Fabio Priuli
3eb70e8003 snes wip:
* moved color blending (background & subscreen color addition/subtraction) at the end of the drawing process. 
* removed some unused (and not working anymore) debug code

out of whatsnew, I also undid 2 small changes which entered rev 8257/8258 by mistake (one of which was responsible of dynamic resolution breakage).
2010-02-10 14:28:15 +00:00
Phil Bennett
5a0279e51f New clones added
----------------
Pang! 3 (Euro 950601) [Gerald (COY), B. Sparks, Smitdogg, The Dumping Union]
2010-02-10 10:48:50 +00:00
Miodrag Milanovic
51f4cf5be9 Rollback of show_warning add, sorry did not know about policy of this issue. 2010-02-10 10:40:58 +00:00
Miodrag Milanovic
96413ff354 - Added skip_warnings option
- Removed MESS dependent checks
2010-02-10 10:25:00 +00:00
Fabio Priuli
493eaf7b78 snes wip: added another couple of registers to snes_ppu struct and fixed color math to work like docs prescribe
side note: finally video/snes.c do not directly refers to snes_ram anymore (except for debug logging). this will be of use, if I ever get to make a device for the PPU :)
2010-02-10 10:11:22 +00:00
Fabio Priuli
f2bb738b9e snes wip: added a couple of registers to snes_ppu struct and a few cosmetic cleanups 2010-02-10 08:38:59 +00:00
R. Belmont
dab2213b59 New games added or promoted from NOT_WORKING status
---------------------------------------------------
Logic Pro Adventure [Guru, D. Beneke, snoopy, pongplaya, W. Belk, hap, S. S. Neilson, JacKc, The Dumping Union]


Fair warning: the PSX GPU locks up infinitely rendering a triangle if you let
it go past the first logo screen.  If you coin up there it's fully playable.
2010-02-10 03:07:20 +00:00
stephh
96a025f38b Fixed Dip Switches and Inputs (after verification of the Z80 code) for 'tazzmang'. 2010-02-09 20:19:59 +00:00
Miodrag Milanovic
312b80701c - Moved compatibility validation into MAME core from MESS.
- Made GAME_COMPUTER type visible for all, and removed ifdefs for it.
- Made GAME_NO_SOUND check done on MESS too.
2010-02-09 14:23:13 +00:00
Curt Coder
f1dfc7b5b3 [I8255] Clear output lines to 0 on write to mode register, and float input lines to 1. 2010-02-09 10:09:15 +00:00
stephh
cdd3ee2483 Updated Dip Switches for 'bagmanmc' [no whatsnew needed]. 2010-02-09 06:49:56 +00:00
Scott Stone
cc696a7552 astrocde.c - Fixed the Bonus Life dipswitch for gorf and clones. It's state was inverted. 2010-02-09 00:34:28 +00:00
Roberto Zandona
40794d7a53 hooked up coin input and start input in skattv 2010-02-07 21:40:07 +00:00
Roberto Zandona
7dcb80a9ce hooked up (with a hack) gfx rom in hd63484 memory map 2010-02-07 19:20:47 +00:00
Luca Elia
7d8270ed85 astrocorp.c update: [Luca Elia]
- Added frame buffer
- Fixed sprite list end, negative coordinates, wrap around
- Added battery backed RAM

New games added or promoted from NOT_WORKING status
---------------------------------------------------
Skill Drop Georgia [Luca Elia, Smitdogg, Brian Troha, The Dumping Union]
2010-02-07 15:01:01 +00:00
Olivier Galibert
1917e2043d Add some extra ZOOM ZSG information in comments. 2010-02-07 14:20:43 +00:00
Scott Stone
f55f09846e lethal.c - Verified clocks and vsync from orginal PCB [Corrado Tomaselli] 2010-02-07 13:44:51 +00:00
Roberto Fresca
0f5caa3cfb New driver for Sigma B52 system.
ACRTC implementation is a bit hacky due to its preliminary emulation status.


New games marked as GAME_NOT_WORKING
------------------------------------
Joker's Wild (B52 system, set 1) [Roberto Fresca, Tomasz Slanina, Gerald Vanderick]
Joker's Wild (B52 system, set 2) [Roberto Fresca, Tomasz Slanina]
Joker's Wild (B52 system, Harrah's GFX) [Roberto Fresca, Tomasz Slanina, Gerald Vanderick]
2010-02-07 06:08:58 +00:00
R. Belmont
49e9851b24 Add and hook up ZOOM ZSG-2 skeleton [Olivier Galibert]
Doesn't do much at the moment, but the increase in documentation value is
significant (we're documenting the sample compression format, for one thing).
2010-02-07 04:59:42 +00:00
Brian Troha
1f76758746 documentation update for Hotdog Storm, IE: The PCB ID number and tile map chip info 2010-02-06 07:47:38 +00:00
Scott Stone
8b606e5055 Source Cleanup: Setname fixes and other minor changes - Drivers starting with F. 2010-02-06 01:14:35 +00:00
Scott Stone
70965e8e9f Source Cleanup: Setname fixes and other minor changes - Drivers starting with D (part 2) + E. 2010-02-05 16:11:42 +00:00
Angelo Salese
6f89b8e750 Missed a file 2010-02-05 13:15:07 +00:00
Angelo Salese
b56314a329 Implemented Actel FPGA ID, used by some Naomi games for accessing a special ROM check mode [Deunan Knute, Angelo Salese] 2010-02-05 13:14:17 +00:00
stephh
ba85fc0e06 Fixed Dip Switches and Inputs (after verification of the Z80 code) for 'bongo', 'porter'.
Reorganised the driver. [no whatsnew needed]
2010-02-05 05:40:25 +00:00
Couriersud
88946d721a Added DEBUG_FLAG_OSD_ENABLED to allow coexistence of debuggers going forward.
Replaced all occurrences of OPTION_DEBUG in src/osd/* by checking machine->debug_flags
Replaced all occurrences of DEBUG_FLAG_ENABLED in src/osd/* by DEBUG_FLAG_OSD_ENABLED 
For the time being, DEBUG_FLAG_OSD_ENABLED is default (set in mame.c)
Debugger: avoid clearing DEBUG_FLAG_OSD_ENABLED
2010-02-05 01:35:52 +00:00
Couriersud
7b3fa34c6a Minor changes for internal render debugger
- ui_input_frame_update is now global 
- moved element_component from rendlay.c to rendlay.h
- added ability to rendlay.c to define "container" components. These simply provide a render_container. 

  I plan to remove the above again and simply use one container covering the whole render_target. This container will be rendered after the artwork and before the ui. For this to work, DViews need move and resize support. Render_targets will than be equivalent to virtual desktops.
2010-02-05 00:08:00 +00:00
Couriersud
d128c47dee Fix DISTRO=gcc44-generic make shortcut to use gcc-4.4 properly (-V 4.4 does not work for linking) 2010-02-04 23:29:20 +00:00
Couriersud
3f9738c46c Added comment that size hints are not really working. [No credit] 2010-02-04 23:27:11 +00:00
Scott Stone
1aa3fa6dcd Source Cleanup: Setname fixes and other minor changes - Drivers starting with D (part 1). 2010-02-04 18:59:33 +00:00
Angelo Salese
4ff90ceb3a Fixed video emulation in Best League (World Cup version) [Angelo Salese] 2010-02-04 17:43:47 +00:00
Angelo Salese
32ecffd978 Implemented flip screen in Hanaroku [Angelo Salese] 2010-02-04 14:55:04 +00:00
R. Belmont
e6caacc74c Removed unused #include. 2010-02-04 14:51:32 +00:00
R. Belmont
5a6a566a10 Document FPGA-provided "ic1" data in gram2000 [Joerg Hartenberger] 2010-02-04 14:28:04 +00:00
R. Belmont
eda548f78d Missed a file. 2010-02-04 14:23:22 +00:00
R. Belmont
01efae2c12 Preliminary Panasonic MN10200 CPU core and Taito ZOOM ZSG-1 sound system [Olivier Galibert]
---

This is just stage one of converting OG's stuff, please do not touch any 
of it yet.  Next up is the skeleton of the ZOOM chip, finishing up 
the missing bits of the CPU core (the interrupt controller and timers), and
debugging the results.
2010-02-04 05:20:18 +00:00
Scott Stone
135a55fff1 Source Cleanup: Setname fixes and other minor changes - Drivers starting with C. 2010-02-03 23:16:00 +00:00
Couriersud
c55eb7889c Fix os2 auto-detect [Credit: KO Myung-Hun] 2010-02-03 20:00:10 +00:00
Angelo Salese
a02a9bffab Take 2 ... 2010-02-03 13:42:44 +00:00
Angelo Salese
578f68eb11 Left-over correction 2010-02-03 13:39:26 +00:00
Angelo Salese
cd21d6251b Fixed bonus game gfxs in Treasure Island (Subsino) 2010-02-03 13:33:08 +00:00
Tomasz Slanina
754b2f1526 New games added or promoted from NOT_WORKING status
---------------------------------------------------
Ghost Chaser Densei (SNES bootleg) [Tomasz Slanina, XingXing]
2010-02-03 12:08:38 +00:00
Angelo Salese
9352b22901 Dumped IC1 from Giant Gram 2000 [Joerg Hartenberger] 2010-02-03 11:48:19 +00:00
Phil Bennett
2315214d3c 03706: lastday, gulfstrm: Audio Regression [M.A.S.H.] 2010-02-03 09:20:42 +00:00
Roberto Fresca
7b22bc982c Improvements to Treasure Island:
- Added proper inputs.
 - Added coin/keyin/keyout/payout counters.
 - Limited the bet and coin pulses to avoid repeats and coin jams.
 - Added complete coinage and keyin DIP switches.
 - Added main game and double-up rates DIP switches.
 - Added minimum bet DIP switches.
 - Added maximum bet DIP switches.
 - Added main game and double-up limit DIP switches.
 - Added payout mode and auto take DIP switches.
 - Added DIP locations as seen in the settings mode.
 - Added demo sounds DIP switch.
 - Created proper button-lamps layout.
 - Added technical notes.
 - Some clean-ups...

(promoted from not working status....)

New games added or promoted from NOT_WORKING status
---------------------------------------------------
Treasure Island (Subsino) [Team Europe, Dumping Union, Angelo Salese, David Haywood, Roberto Fresca]
2010-02-03 07:25:49 +00:00
Scott Stone
69b4ade66a carjmbre.c - Added XTAL, corrected second z80 speed and added DIP LOCATIONS for driver. 2010-02-02 21:05:17 +00:00
Phil Bennett
21fa2b8690 03704: evilston: Missing sound [M.A.S.H.] 2010-02-02 17:50:19 +00:00
Phil Bennett
66f26dcf58 New clones added
----------------
Asterix (ver AAD) [Luis "Datasat"]
2010-02-02 10:34:41 +00:00