Commit Graph

1189 Commits

Author SHA1 Message Date
Robbbert
7d22044105 Williams System 9 : Comet marked as WORKING [Robbbert] 2012-10-29 09:54:05 +00:00
Curt Coder
47dfd413fc (MESS) gp32: Added software list for SmartMedia cards, based on the no-intro set. (nw) 2012-10-28 19:28:55 +00:00
Roberto Fresca
276ca314fb More Fun World driver improvements... [Roberto Fresca]
- Renamed the internal layout artwork: bigdeal --> bonuscrd.
 - Default Bonus Card & Big Deal DIP switches positions, that
    allow boot the system without errors.
2012-10-28 04:38:17 +00:00
R. Belmont
f5d08006f0 (MESS) Mac: Preliminary support for Micron XCEED 30HR and MacroColor 30 PDS cards [R. Belmont, Sharkpuncher, Balrog] 2012-10-28 02:36:58 +00:00
Miodrag Milanovic
27113fbdbf more amiga movement + fixes by haze (nw) 2012-10-27 17:36:53 +00:00
Miodrag Milanovic
274bab4ac8 spectrum and amiga changes from Haze (no whatsnew) 2012-10-27 12:32:44 +00:00
Curt Coder
88ceab4e84 (MESS) p500: Added VIC video/color RAM access thru PLA. (nw)
(MESS) cbm2: Implemented the 24K RAM cartridge, added CBUG disks to software list. (nw)
2012-10-26 16:08:52 +00:00
Robbbert
70bd51d08c Williams System 8 : WIP 2012-10-26 09:52:11 +00:00
Michaël Banaan Ananas
867f659b68 added 16:9 layout for virtua racing (and default nvram with the monitor to 16:9) 2012-10-25 21:26:10 +00:00
Robbbert
ea6483687b Williams Pinball WIP to fix reported error. 2012-10-25 19:26:27 +00:00
Ryan Holtz
4212614f83 01234567890123456789012345678901234567890123456789012345678901234567890123456789
-avr8: Implemented MULS, ANDI, STD Z+, LD -Z, LD Y+, LD -Y, LD -X, SWAP, ASR,
 ROR, and SBIS opcodes. [MooglyGuy]

-avr8: Moved Timer 0-2 into the CPU core itself, 30x driver speedup [MooglyGuy]

-cratft.c: Fixed DAC bit order, audio now plays but is 40% too slow [Mooglyguy]
2012-10-25 04:01:46 +00:00
Wilbert Pol
7e8f6058c1 (MESS) a2600: Reimplemented the a2600 controllers as vcs controller devices. Switched the a2600 drivers to use slot devices for choosing controllers. [Wilbert Pol] 2012-10-23 19:12:26 +00:00
Fabio Priuli
e7c380d3a6 (MESS) amiga: added very preliminary softlist for game disks [David Haywood] 2012-10-22 05:14:44 +00:00
R. Belmont
6104913e57 (MESS) Mac: Add support for PDS Sigma Designs L-View card [R. Belmont, Sharkpuncher] 2012-10-22 02:32:27 +00:00
R. Belmont
88f330aa8e (MESS) Mac: Add support for Lapis ProColor Server 8*16 PDS video card [R. Belmont, Sharkpuncher] 2012-10-21 21:47:04 +00:00
Robbbert
a8db9e1299 Williams system3 : Contact and Disco Fever marked as WORKING. 2012-10-21 06:57:27 +00:00
R. Belmont
abb9f87333 (MESS) Mac updates: [R. Belmont]
- Fixed some glitches with the SE/30's built-in video
- Added preliminary infrastructure for LC and '030-type processor-direct slots
- Support for SE/30 processor-direct slot version of RasterOps Colorboard 264
2012-10-21 02:38:29 +00:00
cracyc
00e2e35502 (MESS) add innovation ssi-2001 sid-on-isa device 2012-10-20 21:20:53 +00:00
R. Belmont
598d939939 (MESS) Mac: Convert 343-004x RTC/PRAM chip into modern RTC device [R. Belmont] 2012-10-20 02:44:23 +00:00
Angelo Salese
3b93cfb2cf Quick and dirty skelly for Bingo Mania, ask to Robbie for credit stuff, nw 2012-10-19 18:40:13 +00:00
Michaël Banaan Ananas
d35d8d6395 galactica color overlay according to brazilian fans of the game 2012-10-17 20:55:22 +00:00
Miodrag Milanovic
94bc36dc01 clean up some chess machines (no whatsnew) 2012-10-17 10:43:30 +00:00
R. Belmont
c3f749b8a6 (MESS) Mac: Support original Macintosh II Video Card [R. Belmont, Sharkpuncher] 2012-10-17 02:54:28 +00:00
mariuszw1
fc8724e2c2 New games added as NOT_WORKING
------------------------------
Cops [Mariusz Wojcieszek]
2012-10-16 16:01:34 +00:00
mariuszw1
adfcc76be2 New games added as NOT_WORKING
------------------------------
Double Crown [Kevin Eschbach]
2012-10-15 19:33:48 +00:00
Curt Coder
6bb16d725e (MESS) c128: Rewrote the driver using the PLA for address decoding. [Curt Coder] 2012-10-15 14:26:38 +00:00
Michaël Banaan Ananas
37fb1f82b5 added superbug color overlay (info from external artwork by Mr Do) 2012-10-14 20:55:51 +00:00
Michaël Banaan Ananas
bd299deef7 added barricad color overlay (info from external artwork by Mr Do) 2012-10-14 20:42:16 +00:00
Michaël Banaan Ananas
bb8a839fe1 added barrier color overlay 2012-10-14 20:09:36 +00:00
Michaël Banaan Ananas
1bfc52e1ff got rid of generic color overlays, almost all of them were used by only 1 game each 2012-10-14 20:02:31 +00:00
Robbbert
434fa1a9d3 upload forgotten file 2012-10-14 10:40:52 +00:00
Aaron Giles
ecfbeb7fd0 Created a base class delegate_common_base for all delegate
types. Created a binding_type_exception which is thrown when
a bind attempt fails due to mismatched types.

Added helper templates to driver_device to wrap legacy
device read/write handlers into driver_device member functions.
This should help move some things forward until more common
code is converted into proper devices.

Introduce new module devcb2 which contains modernized
versions of devcb. Compared to previous implementation
this one is simpler overall, trampolining calls through
a single internal set of adapter functions. The new
versions are also designed to be specified in the
machine_config rather than in structures, so they are
no longer simple POD types. Additional new/changed
features:

 * reads and writes can map to delegates for line or 8/16/32/64-bit
 * reads and writes can map to an I/O port
 * reads can be mapped to a constant value, with or without logging
 * writes can be mapped to a device's input line
 * all reads/writes can have a shift, mask, and/or xor applied
 * devices can opt to make the functions safe-if-NULL when resolving
 * only member function types are supported

Rewrote the YM2151 interface to be fully modernized, and
removed the ym2151_interface struct in favor of inline configs
using the new devcb2 mechanism. In many cases, removed
no longer needed trampolines, instead taking advantage of
direct support for input line writes.
2012-10-14 06:28:35 +00:00
Fabio Priuli
028157a38f (MESS) amiga: renamed machines to ami500n/p & ami1000n/p and added placeholder lists for system disks. [David Haywood] 2012-10-13 16:51:35 +00:00
Michaël Banaan Ananas
283bb35a26 seawolf/seawolf2 internal artwork placeholders 2012-10-12 20:17:40 +00:00
Robbbert
032561a755 hercules : hooked up mechanical sounds [Robbbert]
Deleted unused file.
2012-10-12 10:03:40 +00:00
Fabio Priuli
818d25d88c (MESS) pcw16: added softlist for available disk images [remax] 2012-10-12 07:31:50 +00:00
Fabio Priuli
837073f0fc (MESS) samcoupe.c: modified the driver to not install / uninstall bank handlers,
greatly improving performaces (e.g. Manic Miner demo went from 20% to 380% 
ingame). Plus added some very preliminary softlists. [David Haywood]

(MESS) spectrum_cass.xml: added very preliminary softlist containing some
interesting test case for emulation. [David Haywood]
2012-10-12 07:30:33 +00:00
Michaël Banaan Ananas
c67b6d5b29 rm invrvnge color overlay: it doesn't have one 2012-10-11 18:23:29 +00:00
Curt Coder
801c00b931 (MESS) c64: Added skeleton for REU cartridge. (nw) 2012-10-11 16:44:50 +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
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
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
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
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
e1c60353ed so generic color overlays are supposed to go to emu/layout(?) 2012-10-09 19:48:57 +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
mariuszw1
be0c83584b New games added
----------------------------
3X3 Puzzle [Mariusz Wojcieszek, David Haywood, Guru]
2012-10-09 17:46:25 +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