Commit Graph

18103 Commits

Author SHA1 Message Date
Scott Stone
f5420abaa9 New clones added
----------------
Knights of Valour Super Heroes / Sangoku Senki Super Heroes (ver. 102, CN)  [Joerg Hartenberger, JackC]
Knights of Valour Super Heroes / Sangoku Senki Super Heroes (ver. 101, CN)  [Joerg Hartenberger, JackC]
2012-10-10 17:00:30 +00:00
Scott Stone
449c901d5d Continued cleanup of Video Systems drivers and associated dependencies. From Haze (nw) 2012-10-10 16:46:21 +00:00
Michaël Banaan Ananas
3e33bb3e7b fix shtngmst gun position 2012-10-10 16:05:05 +00:00
Olivier Galibert
9d1aaf97ae (mess) upd765: Modernize [O. Galibert]
Remaining TODO list:
- take WP into account

- test the amstrad, implement its observational format (edsk) using
  pasti as a start.  Or find the legendary amstrad IPFs.  Or both.

- correct read track, the implementation is completely wrong.  See
  previous for testing, it's only used in protections the check the
  inter-sector gaps.

- shake and bake on the amstrad, protections are the best to find bugs
  in a fdc

- add the scan id commands, but nothing seems to use them

- debug the 2.88M formatting which is unreliable.  Fix its IDAM/DAM
  gap size on formatting too (but that's not what's making it
  unreliable)

- test all the systems that were hit, and fix what needs to be fixed.
  Beware that multiple problems may happen:
  - upd765 may be wrong
  - the driver may not be working
  - the hookup may be wrong/incomplete (bitrate selection and floppy
    rpm in particular)
  - the driver may be too limited for the new implementation (the x68k
    dma device does not handle non-instant dma yet for instance)

- report invalid command when appropriate depending on the actual chip
  emulated

- add the russian clones with their real names
2012-10-10 15:33:51 +00:00
Olivier Galibert
204b78cf00 am9517a: Don't grossly fail on verify [O. Galibert]
The verification itself is not done, the obvious implementation
proving wrong.  A test case is the ibm5150 floppy format command,
which uses verify when reading just-formatted sectors.
2012-10-10 15:33:45 +00:00
Olivier Galibert
47e6b65df5 (mess) floppy: Random fixes/logging [O. Galibert] 2012-10-10 15:33:41 +00:00
Olivier Galibert
5a2289ab25 memory: Fix dynamic recursive device mapping [O. Galibert]
Situation:
- you have a device (pc-fdc) with a memory map on it
- you map it dynamically into a cpu (maincpu) address space with install_device (isa-fdc does that)
- the device pc-fdc has a subdevice (upd765)
- the subdevice upd765 has its own memory map
- the pc-fdc memory map includes the upd765 memory map through AM_DEVICE("upd765", ...)

Before the fix, the code would search for upd765 as a subdevice of
maincpu and not of pc-fdc.
2012-10-10 15:33:36 +00:00
Olivier Galibert
6323d3af12 placeholders 2012-10-10 15:31:23 +00:00
Curt Coder
fa09b1ba20 Added experimental support for using Berkeley PLA files as input to jedutil. [Curt Coder] 2012-10-10 15:18:42 +00:00
smf-
75612647b5 disabled logging left on by accident (nw) 2012-10-10 13:50:42 +00:00
Michaël Banaan Ananas
dadebcdd12 nevermind: yes, should make a triangle/poly primitive instead 2012-10-10 13:43:27 +00:00
smf-
a96b0218ee delays the req signal (nw) 2012-10-10 13:43:12 +00:00
smf-
e9df0d7457 added the device tag when logging that no harddrive is found (nw) 2012-10-10 13:41:21 +00:00
smf-
5c08cbe2d4 added output logging (nw) 2012-10-10 13:39:50 +00:00
smf-
d0221e7d7c (MESS) Stops driving the SCSI bus when the target requests the bus. Move the SCSIHD first as it's unclear what drive was actually supplied. Set to use 3.5" floppy drive instead of 5.25". A couple of source tidy ups (nw) 2012-10-10 13:39:09 +00:00
Michaël Banaan Ananas
4ddbadef6e better use yes/no instead of 1/0 2012-10-10 13:06:37 +00:00
Michaël Banaan Ananas
ee5aca6203 rendlay: added support for folding rects diagonally, allowing you to draw right-angled triangles (use <orientation> to flip/rotate them) 2012-10-10 12:30:15 +00:00
Robbbert
6da5dc4e5a hercules , superman : basically working, no sound, no dips 2012-10-10 11:39:43 +00:00
Michaël Banaan Ananas
4bd7189d63 Removed protection hack patches and emulated protection routines for Caveman Ninja [IQ_132 & JackC] 2012-10-10 10:36:04 +00:00
Miodrag Milanovic
c8658c8379 Refactored the code in jedutil to support the viewing of a GAL16V8 device
and added a new command line option of "-viewlist" which will print out a list 
of all the devices that can be viewed in human readable logic equations.  
Also updated the jedutil regression test to support passing in an additional argument of "debug" to print out a detailed log.  Also moved the jedutil regression test
 data into separate directories composed of the device's name to make things
 more organized. [Kevin Eshbach]
2012-10-10 10:33:40 +00:00
Robbbert
db939b8f51 atari_s2 : wip and placeholder 2012-10-10 08:41:56 +00:00
Fabio Priuli
74da5a1e83 (MESS) gbcolor: I had forgotten about this dump. no whatsnew. 2012-10-10 07:50:05 +00:00
Fabio Priuli
3818062469 (MESS) megadriv.xml & gbcolor.xml: added new dumps from pirate carts. no whatsnew. 2012-10-10 07:09:22 +00:00
Fabio Priuli
5ac5332284 (MESS) 32x: added region compatibility filters to the software list [Fabio Priuli, Tafoid, Bobz] 2012-10-10 06:58:06 +00:00
Roberto Fresca
d96934a516 New preliminary driver for Webak MPU-12 platform. [Roberto Fresca]
New games marked as GAME_NOT_WORKING
------------------------------------
Fruit Star Bonus (Ver 8.20PIR) [Roberto Fresca, Team Europe]
2012-10-10 03:19:55 +00:00
Michaël Banaan Ananas
041538c9da ..fixed prev commit 2012-10-10 00:38:43 +00:00
Michaël Banaan Ananas
69a4a06756 fix strobe timer 2012-10-10 00:18:15 +00:00
Michaël Banaan Ananas
75382aabfb update spcenctr internal .lay, color overlay is not possible atm 2012-10-10 00:03:05 +00:00
Wilbert Pol
012adc3583 (MESS) gameboy.c: Added parsing of new software list features. Auto-detect still executes until cartridge ram and sram settings are finalized. (nw) 2012-10-09 20:10:50 +00:00
Michaël Banaan Ananas
9cf967f7d3 assume color overlay from flyer 2012-10-09 20:05:57 +00:00
Michaël Banaan Ananas
e1c60353ed so generic color overlays are supposed to go to emu/layout(?) 2012-10-09 19:48:57 +00:00
Wilbert Pol
5afd77a9b5 (MESS) gameboy.xml, gbcolor.xml: Added cartridge features based on information from the cartridge headers. (nw) 2012-10-09 19:48:18 +00:00
Fabio Priuli
4803200d6a (MESS) snes.c: fixed Dezaemon SRAM mappings. [Fabio Priuli] 2012-10-09 19:30:26 +00:00
Michaël Banaan Ananas
34d96fe7ed spcenctr .lay placeholder, this one is kinda complex but i always wanted to add it to internal artwork 2012-10-09 19:27:19 +00:00
smf-
7207e77006 default all lines high & improved logging (nw) 2012-10-09 19:02:31 +00:00
smf-
924b5de067 removed some old commented out code (nw) 2012-10-09 19:01:31 +00:00
Scott Stone
f8bf486bbe Information adjustments for naomi.c, chihiro.c, mame.lst reflecting latest discoveries. [f205v] 2012-10-09 18:54:49 +00:00
Scott Stone
a06fd00e42 Video System drivers reshuffing continues, moving more sprite functions around preparing them for merging. From Haze (nw) 2012-10-09 18:50:41 +00:00
mariuszw1
6d5b4d5114 Fix compile (hopefully) (nw) 2012-10-09 18:39:36 +00:00
mariuszw1
be0c83584b New games added
----------------------------
3X3 Puzzle [Mariusz Wojcieszek, David Haywood, Guru]
2012-10-09 17:46:25 +00:00
Curt Coder
80754aca61 (MESS) c64: Cleanup. (nw) 2012-10-09 16:21:20 +00:00
Miodrag Milanovic
44fd463e6c Changed b2m to use new wd1773 core, and updated core to set head signal when seek is done,system still doesn't boot (no whatsnew) 2012-10-09 14:33:03 +00:00
Michaël Banaan Ananas
499610afbc (PuckMan -> Puck Man) 2012-10-09 14:18:02 +00:00
Michaël Banaan Ananas
e15b1a25e5 ("Battle Toads" -> "Battletoads")
(and yes haze, i'm doing a round of fiddlediddling:p)
2012-10-09 13:42:05 +00:00
Michaël Banaan Ananas
4bd654bedc (agress sub-title) 2012-10-09 13:31:13 +00:00
Michaël Banaan Ananas
f3c992a4f1 (strange indentation) 2012-10-09 13:16:55 +00:00
smf-
d7f1e6f836 (MESS) an example of new srcclean fixing indented multi-line comments. 2012-10-09 13:13:44 +00:00
Michaël Banaan Ananas
42ecc47f10 (assuming that "SA" is for "SunA"; hw is very similar to suna16, as mentioned in driver notes) 2012-10-09 13:13:11 +00:00
Michaël Banaan Ananas
1c86164e4e added minferno color overlay (based on external artwork by Mr Do) 2012-10-09 12:14:53 +00:00
Michaël Banaan Ananas
4925002099 added dragrace color overlay (based on external artwork by Mr Do) 2012-10-09 11:20:16 +00:00