Commit Graph

11715 Commits

Author SHA1 Message Date
Miodrag Milanovic
b985e88b50 Fix regression for SMS based sets in megatech.c (no whatsnew) 2011-02-25 09:27:51 +00:00
Curt Coder
a6876a9980 Added overloaded input_port_read() for reading device owned input ports. [Curt Coder] 2011-02-25 09:01:47 +00:00
Miodrag Milanovic
130a45928e Fixed regression for galpanic.c and snowbros.c (no whatsnew)
Was my mistake, just placed 0 EOF calls back.
2011-02-25 09:00:15 +00:00
Roberto Fresca
108a173b4a New games added...
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Brasil 86 [Roberto Fresca, Rob Ragon]
Brasil 87 [Roberto Fresca, Rob Ragon]
Brasil 89 (set 2) [Roberto Fresca, Rob Ragon]
Brasil 93 [Roberto Fresca, Rob Ragon]
2011-02-25 04:40:29 +00:00
Scott Stone
a56b6c0a9f More commenting of debug printf's until needed again. (no whatsnew) 2011-02-25 00:53:38 +00:00
Michaël Banaan Ananas
c5aacfafde use "TILEMAP_MAPPER" instead of own 2011-02-25 00:49:56 +00:00
Michaël Banaan Ananas
b1d674196b rm driver having control over overlay 2011-02-24 23:46:50 +00:00
Michaël Banaan Ananas
affffb43cb add navarone overlay based on old flyer 2011-02-24 23:25:55 +00:00
Angelo Salese
d437f59f65 Grr ... 2011-02-24 22:58:08 +00:00
Angelo Salese
c9eacdf091 Forgot to actually add the files ... 2011-02-24 22:53:35 +00:00
Angelo Salese
bf65d6322d Refactored the CD32 code base to eliminate duplicate code between MAME and MESS [David Haywood] 2011-02-24 22:50:45 +00:00
Curt Coder
90bad2747e Added convenient macro for getting the MCS-48 ALE frequency. (no whatsnew) 2011-02-24 21:06:27 +00:00
Scott Stone
bb22e532ed Added some speedups to increase performance for the existing sets in ssfindo.c (no whatsnew) 2011-02-24 20:26:57 +00:00
Scott Stone
e55fa32862 New Games Added
---------------
Tetris Fighters (not working)  [Kevin Eshbach, Smitdogg, The Dumping Union]
2011-02-24 20:03:24 +00:00
Scott Stone
fb0fbd1ba2 Commented a printf until needed later (no whatsnew) 2011-02-24 19:35:59 +00:00
Scott Stone
119f5ccbc1 Added redumps of bad roms for DDP3. Added new clone (kov2101). No whatsnew needed.
New Clones Added
----------------
Knights of Valour 2 / Sangoku Senki 2 (ver. 101, 101, 100HK)
2011-02-24 18:08:15 +00:00
Andrew Gardner
61c3e5070d OKI MSM9810: Implemented on-chip interpolation & status read. [Andrew Gardner]
[ Out of whatsnew.txt ]
* I haven't implemented stereo yet.  Is there an example of a modern sound core
  that outputs stereo?

* Also added "MODERN" READ|WRITE handlers to sigma98b & hooked up read function.
* This should make all the games in sigma98b sound perfect (only because
  none of them use stereo panning).  Luca, I'll leave the flag removal up to your judgement.

* The ADPCM2 decoding in the funcube games sounds pretty good (be sure you're
  running at 100% framerate though - they're demanding).
2011-02-24 15:38:44 +00:00
Miodrag Milanovic
50b692dd24 Modified video update system. [Miodrag Milanovic]
Screen update function is now per screen device 
(it was before but was attached to machine driver)

MCFG_VIDEO_UPDATE -> MCFG_SCREEN_UPDATE
MCFG_VIDEO_EOF -> MCFG_SCREEN_EOF

EOF is now executed for all screens, so for all existing it
is defined just for one screen. This part will be updated in future.

Note that there are now screen_update and screen_eof virtual functions
for "modern" drivers which are called same as they did before.

All drivers are updated and in places where update function was separated per
screen I did name separate function.

This change will enable us to put screen definition fully into device.
2011-02-24 13:51:21 +00:00
Michaël Banaan Ananas
d8cb0ac416 geebee region info + make true mono games use black & white instead of black & grey 2011-02-24 13:19:53 +00:00
Michaël Banaan Ananas
458c158f1f (tab align) 2011-02-24 10:49:32 +00:00
Michaël Banaan Ananas
328ccb9d71 fix missing starfield (regression @ 127u6, cause: default alpha $ff instead of 0) 2011-02-24 10:45:47 +00:00
Jonathan Gevaryahu
d14e3c7d09 Add specific support for the fact that setting frequency to 0 does not behave as if frequency was set to 0x400 on the Sega-manufactured PSG clone chips, whereas it does on the original TI-made ones. Fixes Sega Master System 'Vigilante' music [Lord Nightmare, Enik] 2011-02-24 04:53:09 +00:00
R. Belmont
a123086b67 Games added as GAME_NOT_WORKING
-------------------------------
Point Blank 3 (GNN2 Ver. A) [Kevin Eshbach, hap, D. Edwardson, Paratech, ranger_lennier, M. Ponweiser, T. Petersen, Smitdogg, The Dumping Union]
Uchuu Daisakusen: Chocovader Contactee (CVC1 Ver. A) [R. Mucciarelli, W. Belk, Yohji, Roberto Malone, Smitdogg, The Dumping Union]
2011-02-24 03:13:59 +00:00
Michaël Banaan Ananas
088acdc942 shifter L and R were switched 2011-02-23 19:57:19 +00:00
Olivier Galibert
c10da8cf6a core: Make DEVICE_SELF work in ports. [O. Galibert] 2011-02-23 19:48:30 +00:00
Angelo Salese
f64672d9b0 new clone
---------
Bubble Pong Pong (clone of Miss Bubble 2) [David Haywood, Smitdogg, The Dumping Union]
2011-02-23 19:29:47 +00:00
Michaël Banaan Ananas
0fdc20682f hustle note 2011-02-23 16:36:57 +00:00
Andrew Gardner
66511d2ed9 Not worth mentioning. OKI bugfix. Cleanup. 2011-02-23 15:51:03 +00:00
Michaël Banaan Ananas
ea0ccbda32 change from hardcoded palette overlay to layout overlay (also changed hustle from yellow to green: there's only 1 flyer pic that shows greenish yellow images, other flyers are green) 2011-02-22 20:25:09 +00:00
Michaël Banaan Ananas
30fee2ea0e change region to NSW, Australia. hardly anyone knows that nsw is 'new south wales', let alone that it's a region in australia 2011-02-22 19:38:47 +00:00
Michaël Banaan Ananas
3cdc053e02 thepit is by Zilec (UK company) 2011-02-22 19:21:30 +00:00
Michaël Banaan Ananas
035af8435b bigsprite zoom note in taito_b too 2011-02-22 17:53:06 +00:00
Michaël Banaan Ananas
1c3c85a0d4 (temp?) revert of sync patches so the assumed regression with Aaron's emu timer can be debugged easier.
summary of victims:
- taito_f2.c: gunfront, driftout: no audio
- stv(init).c: rsgun, cotton2, grdforce, maruchan, othellos: no video after boot

http://www.mametesters.org/view.php?id=4245
http://www.mametesters.org/view.php?id=4249
2011-02-22 16:54:22 +00:00
Yasuhiro Ogawa
60f4cc5d14 fixed ROM name and driver description for blkdrgon [Team Japump] 2011-02-22 09:18:54 +00:00
Michaël Banaan Ananas
fa5b6e9d04 big_sprite zoom changes, no whatsnew..
- fixed: if set to invisible(0xff), it could still show (due to 0x100-zoom), showed glitches in eg. koshien
- +12 made no sense, changed to +15 so it just always rounds up if low 4 bits are nonzero
- add note that bigsprite zoom implementation is incorrect
2011-02-22 00:24:22 +00:00
Angelo Salese
ce240c3030 Various fixes from Haze 2011-02-21 21:43:34 +00:00
R. Belmont
1fcc151bc9 M680x0 updates [Hans Ostermeyer]
- Instruction cache emulated on '020 and later
- Fixed interaction between MMU and bfextu/bfexts/bfins
- Added fsgldiv, fsglmul, and fscc FPU instructions
- Fixed fault address in stack frame
- Fixed supervisor violation bit in MMU status register
- Add fmovem modes 1 and 3
- Various other MMU fixes
2011-02-21 21:40:58 +00:00
R. Belmont
18aca550f0 New games added or promoted from NOT_WORKING status
---------------------------------------------------
Guilty Gear X 1.5 [gamerfan, TrevEB, Falcone, M. Viste, john666, Cah4e3, Smitdogg, The Dumping Union]

New games added as GAME_NOT_WORKING
-----------------------------------
Initial D Arcade Stage Ver. 2 (Japan) (Rev. B) (GDS-0026B) [The Dumping Union]
Initial D Arcade Stage Ver. 2 (Export) (GDS-0027) [Gerald, The Dumping Union]
Initial D Arcade Stage Ver. 3 (Japan) (Rev. C) (GDS-0032C) [f205v, The Dumping Union]
2011-02-21 03:09:25 +00:00
Michaël Banaan Ananas
bcc34c5fa9 correct title 2011-02-20 23:03:35 +00:00
Michaël Banaan Ananas
2fcbfdba5c fix colors 2011-02-20 20:53:43 +00:00
Luca Elia
2a833af143 Fix typos in ssv.c shadow calculation 2011-02-20 18:48:01 +00:00
Andrew Gardner
8db9e183b1 OKI MSM9810: Added OPT command. [Andrew Gardner] 2011-02-20 17:11:02 +00:00
Michaël Banaan Ananas
886c2dd493 fix cosmica colors 2011-02-20 15:54:41 +00:00
Angelo Salese
d439316521 Correct background color in Rougien [Angelo Salese] 2011-02-20 15:41:25 +00:00
Luca Elia
bae7242fe2 Add hardware info for sigmab98.c PCBs, fix OKI MSM9810 clocks. 2011-02-20 12:24:16 +00:00
smf-
333e7c8d1f removed printf. The PSX core uses program->write_dword for all writes with a calculated mem_mask and upper data bits leaking register contents. I've left read_byte & write_byte, but they aren't required. 2011-02-20 11:06:17 +00:00
Roberto Zandona
05e94cf72c amiga: fixe a wrong value 2011-02-20 11:02:34 +00:00
Roberto Zandona
c2a73f5c7f amiga: simplified code 2011-02-20 10:58:01 +00:00
smf-
518a1b74a2 PSX:
Fixed DICR handling. [smf]
Removed non existant root counter 3 IRQ. [smf]
Ignore root counter stop when reset is also set. [smf]

Konami 573:

Removed custom root counters. [smf]

DS2401

Fixed timer intervals. [smf]

New games added or promoted from NOT_WORKING status
---------------------------------------------------

 Dance Dance Revolution 2nd Mix - Link Ver (GE885 VER. JAB) [smf]

new not working game
--------------------

 GunMania (GL906 VER. JAA) [smf]
 Fighting Mania (QG918 VER. EAA) [smf]
 Fighting Mania (QG918 VER. AAA) [smf]
 Punch Mania: Hokuto No Ken (GQ918 VER. JAB) [smf]
 Punch Mania: Hokuto No Ken (GQ918 VER. JAB, ALT CD) [smf]
 Fighting Mania (QG918 VER. KAA) [smf]
 Fighting Mania (QG918 VER. UAA) [smf]
 Punch Mania 2: Hokuto No Ken (GQA09 JAA) [smf]
 DrumMania 4th Mix (G*A25 VER. JAA) [smf]
 DrumMania 5th Mix (G*B05 VER. JAA) [smf]
 Guitar Freaks 7th Mix (G*B17 VER. JAA) [smf]
 Martial Beat (Martial Beat (G*B47 VER. JBA) [smf]
 DrumMania 7th Mix power-up ver. (G*C07 VER. JBA) [smf]
 DrumMania 7th Mix (G*C07 VER. JAA) [smf]
 Guitar Freaks 8th Mix power-up ver. (G*C08 VER. JBA) [smf]
 Guitar Freaks 8th Mix (G*C08 VER. JAA) [smf]
 DrumMania 8th Mix (G*C38 VER. JAA) [smf]
 Guitar Freaks 9th Mix (G*C39 VER. JAA) [smf]
 DrumMania 9th Mix (G*D09 VER. JAA) [smf]
 Guitar Freaks 10th Mix (G*D10 VER. JAB) [smf]
 Guitar Freaks 10th Mix (G*D10 VER. JAA) [smf]
 Guitar Freaks 10th Mix eAmusement (G*D10 VER. JBA) [smf]
 DrumMania 10th Mix (G*D40 VER. JAA) [smf]
2011-02-20 10:52:56 +00:00
Roberto Zandona
504da3edb8 amiga:
removed additional 2 cycles, in move operation, for non-Agnus registers [Roberto Zandona']
set to #0 the start cycle in the copper operation [Roberto Zandona']
2011-02-20 10:15:06 +00:00