Commit Graph

11523 Commits

Author SHA1 Message Date
Aaron Giles
81e7829c4d Added a virtual stream update function to the device sound interface.
Added a new stream_create that takes fewer parameters and calls the
device's stream update. Removed the stream update stub template.
Updated BSMT2000 and OKIM6295 to use the new interface for their
streams.
2011-01-21 06:31:04 +00:00
Aaron Giles
54580e3b1b Minor cleanups and re-added save state support. 2011-01-21 05:56:27 +00:00
Scott Stone
75798a100f Filename fix.. 2011-01-21 03:39:19 +00:00
Couriersud
ef874a6f74 Changed all "output[0] = ..." into "set_output(0, ..)" calls.
Rewrote modules using "output[0]" as a latch as well. 
The purpose is to decouple nodes from the discrete infrastructure
implementation. [Couriersud]
2011-01-21 01:33:48 +00:00
Roberto Zandona
9f6f3d4d39 fixeight: added opcodes 2011-01-20 23:38:19 +00:00
Roberto Zandona
a806993d92 fixeight: added several opcodes 2011-01-20 23:15:59 +00:00
Couriersud
2118896d56 Optimized RC_INTEGRATE and TRANSFORM. Nice improvement. [Couriersud] 2011-01-20 21:05:26 +00:00
Angelo Salese
2d4add99bc Some goldstar clones from Haze / DU (not worth 2011-01-20 20:22:26 +00:00
Roberto Zandona
0fea81f9c3 fixeight: added opcodes 2011-01-20 18:07:21 +00:00
Roberto Zandona
3d307f2d42 toaplan2:
-Found a few more fixeight opcodes, by matching code in the interrupt routines with batsugun [Alex Jackson]
-Corrected fixeight V25 address map (the YM2151 and OKI6295 are at a different location than the other games) [Alex Jackson]
-Preliminary implementation of V25/V35 port output [Alex Jackson]
2011-01-20 17:35:27 +00:00
Curt Coder
a17a148fa0 M6801 changes: [Curt Coder]
- added operating mode enum
- fixed port writes
- implemented SCI status follower bits
2011-01-20 17:17:08 +00:00
Aaron Giles
3d748f0316 Replaced BSMT2000 HLE emulator with emulation of the original TMS32015.
[Dr. Decapitator, Andrew Gardner, Quench, Guru, Ernesto Corvi,
Peter Grounds, Lord Nightmare, Aaron Giles]
2011-01-20 16:36:53 +00:00
Fabio Priuli
8fc25a750d added ElBarto's patch to improve SRAM handling in MESS megadrive. no whatsnew. 2011-01-20 08:00:20 +00:00
Roberto Zandona
b4422fae9f m90: modified interrupt [Alex Jackson] 2011-01-20 07:30:33 +00:00
Roberto Zandona
b87967fe88 fixeight: added several opcodes 2011-01-20 07:28:09 +00:00
Roberto Fresca
16471726c7 Added preliminary support for Lucky Lady (Wing, 1985).
Program ROMs are encrypted. Tiles seems to be decoded properly.
All bipolar PROMs need to be dumped.


New games marked as GAME_NOT_WORKING
------------------------------------
Lucky Lady (Wing, encrypted) [Roberto Fresca, Team Europe & Willi.O]
2011-01-20 04:42:12 +00:00
Roberto Fresca
abc6f2de6c New working clone....
New clones added
----------------
Scramble (bootleg?) [Roberto Fresca, Team Europe & Hal9k]
2011-01-20 03:27:01 +00:00
Roberto Fresca
f57252e912 Improvements to goldnpkr.c [Roberto Fresca]
* Lots of changes to get working the Video Klein games.
 * Renamed witchcde to witchjol --> Jolly Witch (Export, 6T/12T ver 1.57D).
 * Added Wild Witch (Export, 6T/12T ver 1.74A).
 * New video hardware and machine driver for Video Klein's extended tiles games.
 * Added Dallas DS1210 + battery backed RAM support to the Video Klein CPU boxed games.
 * Improved inputs for Jolli Witch and Wild Witch. Added the game selector switch.
 * Cleaned up some witch card sets.
 * Added technical and game notes.


New games added or promoted from NOT_WORKING status
---------------------------------------------------
Witch Card (Video Klein CPU box) [Roberto Fresca]
Jolli Witch (Export, 6T/12T ver 1.57D) [Roberto Fresca]
Wild Witch (Export, 6T/12T ver 1.74A) [Roberto Fresca, Team Europe]
2011-01-20 03:13:09 +00:00
Angelo Salese
f154cde1fa Haze: replaced roadriot default nvram with a calibrated one 2011-01-20 02:16:45 +00:00
Angelo Salese
77a0817637 Spelling fix 2011-01-19 23:41:41 +00:00
Roberto Zandona
cd03ffd9cb fixeight: added several opcodes 2011-01-19 23:33:51 +00:00
Angelo Salese
4fb407c3b3 Haze: more clean-ups 2011-01-19 23:11:14 +00:00
Couriersud
361972e7e2 Changed the discrete sound system to be class based: [Couriersud]
- Former modules are now classes being derived from discrete_base_node
- Moved all context variables to be private class members.
- For "standard nodes", DISCRETE_CLASS_STEP_RESET provides a simple
  way to implement a node.
- All information around a node (additional info struct, constants
  and input mappings may be defined on a class level centralizing 
  all information. An example is dss_inverter_osc.
- Significantly simplified the task handling.
- Fixed a bug which would not buffer secondary outputs.
- All lists in sound/disc_* are now based on 
  dynamic_array_t (discrete.h)
- Changed all drivers to reflect the changes.
- Custom modules are now just another node class.
- No performance hit observed due to these changes.
2011-01-19 22:45:00 +00:00
Scott Stone
27f651c84d Odds and ends documentation from readme files (no whatsnew) 2011-01-19 21:29:23 +00:00
Couriersud
3dd25ca46d Discrete subsystem: general cleanup and formatting (no whatsnew) 2011-01-19 20:08:11 +00:00
Roberto Zandona
41c5b559fd dogyuun: added one opcode and fixed boss music and new level music 2011-01-19 19:46:26 +00:00
Angelo Salese
81bc51d958 new clone
---------
1943: Battle of Midway (bootleg, hack of Japan set) [Smitdogg, The Dumping Union]
Road Riot 4WD (set 1, 13 Nov 1991)  (not working) [Smitdogg, The Dumping Union]
2011-01-19 19:29:33 +00:00
Roberto Zandona
de6c57fad6 toaplan2: fixed 2 more opcodes for dogyuun 2011-01-19 18:37:39 +00:00
Michaël Banaan Ananas
b197e8e0d1 re: r11258
yeah, agreed, gfx are still bad
2011-01-19 18:34:13 +00:00
Angelo Salese
2e539e9392 Haze: further clean-ups (not worth) 2011-01-19 17:41:15 +00:00
Angelo Salese
1a1ae4e415 Fixed regressed flip screen support in Toaplan 2 games [David Haywood] 2011-01-19 14:50:53 +00:00
Michaël Banaan Ananas
613213c894 (reverting small part of my prev nichibutsu commit: terraf and armedf vsync back to 57hz) 2011-01-19 13:18:42 +00:00
Michaël Banaan Ananas
fb172b7a05 madalien.c: Fixed highlighting in tunnel. [Qwi Jibo] 2011-01-19 11:52:19 +00:00
Miodrag Milanovic
a3eb622950 Revert back change r11240 of clifront.c since errors caused for romident and similar commands (no whatsnew) 2011-01-19 08:15:53 +00:00
Roberto Zandona
ce5cc6e76f toaplan2: opcodes 2011-01-19 07:09:32 +00:00
Michaël Banaan Ananas
06f38ef5b1 rm smgp note, no more cuckoo "it's the final lap" commentator with prev segapcm commit, also removed vicdual nsub note, colors were fixed a few versions ago. no whatsnew 2011-01-19 06:56:19 +00:00
Michaël Banaan Ananas
17e2ee897a segapcm.c: Fixed loop address, hangon engine sounds better now. Also included documentation in source of known register functions. [hap] 2011-01-19 04:04:43 +00:00
Scott Stone
bd4583123e toaplan2 improvements [Alex Jackson]
-Figured out which bit controls V25 RESET in each game by comparing the 68000 code
 -Added a comment about fixeight's I/O map, which we'll have to determine once we start decrypting it
 -Put #ifndef USE_ENCRYPTED_V25S around some simulation crap that was hiding in fixeight's DRIVER_INIT
2011-01-19 02:00:30 +00:00
Scott Stone
6f2efaeb5a Fixed sound roms again to match chip type labeled on actual PCB (roms are 27c2001, so it's correct @ 256KB). (no whatsnew) 2011-01-19 01:48:50 +00:00
Angelo Salese
26a655f5c1 Haze: improved fading for Dogyuun in video_r, no whatsnew 2011-01-19 00:21:06 +00:00
Angelo Salese
c9e43bfda7 Added working sound to Dogyuun and V-Five [Roberto Zandonà, Alex Jackson] 2011-01-19 00:07:02 +00:00
Roberto Zandona
63ea5b89d8 toaplan2: added opcodes; now the sound is working 2011-01-18 23:50:48 +00:00
Roberto Zandona
b7ed82e71c toaplan2: added opcodes and some music in dogyuun 2011-01-18 23:37:12 +00:00
Couriersud
7f400e7393 Fix a bug in makedep which will caused includes on the first line of the file like in skyraid.h to be ignored. [Couriersud] 2011-01-18 23:05:21 +00:00
Roberto Zandona
adce78fbe2 toaplan2: added opcodes for kbash, dogyuun and vfive 2011-01-18 22:07:46 +00:00
Michaël Banaan Ananas
bd64bafb9b fix address overflow, happened sometimes with aburner2 (no whatsnew) 2011-01-18 19:30:46 +00:00
Fabio Priuli
0b057f9ef7 Added code to display additional software info in the internal file manager (if the software list contains it). No whatsnew needed, being targeted to MESS usage. 2011-01-18 18:49:35 +00:00
Angelo Salese
db749e613b Added sound reset line for Irem M92 HW, and safely removed GAME_IMPEFECT_SOUND flag to Perfect Soldiers [Angelo Salese] 2011-01-18 17:22:31 +00:00
Angelo Salese
4772563825 Forgot this ... 2011-01-18 17:06:30 +00:00
Angelo Salese
85f7909d49 Added an opcode in Mystic Riders decryption table, makes BGMs to work in mysticrib [Angelo Salese] 2011-01-18 17:05:10 +00:00