Commit Graph

38062 Commits

Author SHA1 Message Date
Jean-François DEL NERO
179feeac15 Interrupt line & events supported. 2015-12-27 23:51:52 +01:00
arbee
b64105f9a3 chd-cd: when chdman wants only the original sectors, give it only the original sectors [R. Belmont] 2015-12-27 16:29:13 -05:00
Logan B
4f3fe496b4 020333_clpp_data.dat is an MP3 advert (nw) 2015-12-28 10:25:49 +13:00
Jean-François DEL NERO
ea3e3870da Some fixes to use the new EF936X driver version. 2015-12-27 20:23:19 +01:00
Jean-François DEL NERO
a71223c455 512x512, 512x256 (EF9366),256x256 resolutions supported.
New user settings : Number of bitplans, Display resolution/mode.
Busy time dynamically generated for vectors and characters drawing.
Various fixes.
Code clean-up.
2015-12-27 20:18:33 +01:00
Miodrag Milanovic
5d1eb49824 Make SDL2 use software if hardware acceleration is not available 2015-12-27 18:25:13 +01:00
David Haywood
ed7632f99d add a genesis model which runs the bios code as a clone (nw) 2015-12-27 15:55:08 +00:00
Miodrag Milanovic
2e9fa84503 Fix recognition for more platforms, and fixed compile on arm (nw) 2015-12-27 16:37:16 +01:00
therealmogminer@gmail.com
a6fc794c3a New machines marked as NOT_WORKING
----------------------------------
Philips CD-i 220 (Mono-II board) [MooglyGuy, Lord_Nightmare, balrog]
2015-12-27 15:00:19 +01:00
David Haywood
cf11325579 note / set description changes based on observation by system11 2015-12-27 13:35:23 +00:00
Miodrag Milanovic
fd21d7accb Do not add this for other then windows (nw) 2015-12-27 13:51:16 +01:00
Miodrag Milanovic
4810f2e98e Fix for windows Qt5 compile (nw) 2015-12-27 13:49:04 +01:00
Olivier Galibert
9d231a83ad qt5 debugger port [O. Galibert] 2015-12-27 12:58:00 +01:00
Miodrag Milanovic
2a2cd129f2 Fix clang build 2015-12-27 09:34:52 +01:00
Ivan Vangelista
17ae3ef216 Fix mac compile (nw) 2015-12-27 08:25:52 +01:00
briantro
29d097e704 peplus.cpp: Correct comment - NW 2015-12-27 01:12:40 -06:00
briantro
1b205281eb peplus.cpp: Add additional information - NW 2015-12-27 01:07:37 -06:00
Vas Crabb
2bcc8b2dd8 Better layer alignment for laserbat/lazarian/catnmous 2015-12-27 16:57:17 +11:00
Vas Crabb
fa73089b8f laserbat: confirm DIP switches, use derived machine configs 2015-12-27 12:00:55 +11:00
hap
8b316132f7 notes 2015-12-27 01:10:00 +01:00
hap
b678f9fb97 notes, forgot this 2015-12-26 23:12:42 +01:00
Jean-François DEL NERO
d30800bb1b All hardware vector drawing commands are now working.
All characters type drawing supported (Horizontal, Vertical, Titled, Zoomed...)
2015-12-26 23:10:14 +01:00
hap
94991d1567 notes 2015-12-26 23:10:13 +01:00
David Haywood
566742a6a0 note for later (nw) 2015-12-26 21:20:46 +00:00
Robbbert
149b676581 Gamate: Added 18 new games, replaced 3 bad dumps [Peter Wilhelmsen and Morten Shearman Kirkegaard] 2015-12-27 03:42:25 +11:00
MetalliC
7ae681b010 chdman info verbose metadata output (nw) 2015-12-26 17:49:12 +02:00
Miodrag Milanović
851f66aff9 Merge pull request #522 from ImJezze/pull
HLSL: Improved Defocus, Fixed LCD screen, Extended Shadow Mask and Bloom [ImJezze]

Made defocus strength equal for x/y and independent from screen size

defocus is now independent from screen size and ratio
horizontal and vertical defocus now have the same strength
replaced asymmetric defocus kernel by a symmetric kernel
defocus is now limited to a maximum of 10
added shader uniforms for orientation and rotation settings
Fixed HLSL for LCD screen

fixed wrong detection of vector screen, which meant that a LCD screen was also detected as vector screen
re-enabled scan-line and other CRT related sliders for LCD screen
Extended Shadow Mask and Bloom functionality

added shadow mask option to choose between "Screen" and "Source" tile mode ("Screen" is the default as before)
added bloom option to choose between "Addition" and "Darken" blend mode ("Addition" is the default as before)
the alpha channel of a shadow mask is now filled with the background color of the screen by the amount of the inverted alpha value
added monochrome-matrix.png which can be used in combination with "Source" tile mode and "Darken" blend mode to simulate a STN LCD
2015-12-26 14:19:44 +01:00
Miodrag Milanovic
9f998d0afb cleanup (nw) 2015-12-26 13:54:32 +01:00
ImJezze
ff77b7897b Cleanup (nw)
- renamed shadow_mask_type to shadow_mask_tile_mode
- renamed bloom_type to bloom_blend_mode
- implemented "Source" shadow mask tile mode for artwork_support/post.fx
2015-12-26 12:27:07 +01:00
Miodrag Milanovic
a546ea1282 cleanup (nw) 2015-12-26 10:27:03 +01:00
Miodrag Milanovic
2d00b8653d cleanup (nw) 2015-12-26 10:10:38 +01:00
Vas Crabb
b0b5cc7ea9 catnmous: fix inputs and video effects 2015-12-26 13:41:06 +11:00
Miodrag Milanovic
c6d27c753f cleanups (nw) 2015-12-25 20:53:59 +01:00
yz70s
a8ef53fa51 debugint.cpp: fix uninitialized variable error (nw) 2015-12-25 20:18:31 +01:00
yz70s
6f8d4d4061 chihiro.cpp: store up to 1024 primitive vertices for easier debugging (nw) 2015-12-25 20:08:48 +01:00
ImJezze
1b373eb812 Extended Shadow Mask and Bloom functionality
- added shadow mask type option to choose between "Screen" and "Source"
tile mode ("Screen" is the default as before)
- added bloom type option to choose between "Addition" and "Darken"
blend mode ("Addition" is the default as before)
- the alpha channel of a shadow mask is now filled with the background
color of the screen by the amount of the inverted alpha value
- added monochrome-matrix.png which can be used in combination with
"Source" tile mode and "Darken" blend mode to simulate a STN LCD, for
example
2015-12-25 20:02:47 +01:00
Miodrag Milanović
c4451bdc89 Merge pull request #521 from jfdelnero/master
Squale Floppy drives working, EF9365 emulation improvement. [jfdelnero]
2015-12-25 18:33:58 +01:00
Miodrag Milanovic
1221debdc9 removed declarations from H files that are not defined in CPP (nw) 2015-12-25 18:32:51 +01:00
Jean-François DEL NERO
ed72b3108b Second floppy drive added.
The FDC is now working !
2015-12-25 17:30:13 +01:00
Miodrag Milanovic
e974e71062 made netlist compile as separate without c++11 or higher deps (nw)
requested by Couriersud
2015-12-25 12:32:34 +01:00
Miodrag Milanovic
94bc7eed38 cleanup (nw) 2015-12-25 12:09:50 +01:00
Miodrag Milanovic
44ac295160 some manual changes to unique_ptr (nw) 2015-12-25 11:15:13 +01:00
arbee
151a0adf54 Compile fixes for the previous commit (nw) 2015-12-24 12:41:42 -05:00
arbee
a6cf249956 apollo: cleanups and enhancements [Hans Ostermeyer]
- Split OMTI8621 ISA device into PC and Apollo versions (Apollo doesn't have a BIOS extension ROM, PC does)
- Cleaned up OMTI8621 logging
- Forced slot # of OMTI board so we can look it up and auto-set the node ID
- Adjusted mouse sensitivity
2015-12-24 12:30:37 -05:00
Vas Crabb
adbeddccde indigo3k: use ROMX_LOAD for BIOS 2015-12-25 00:35:55 +11:00
ImJezze
099f547d05 Fixed HLSL for LCD screen type
- fixed wrong detection of vector screen, which meant that a LCD screen
was also detected as vector screen
- re-enabled scan-line and other CRT related sliders for LCD screens
2015-12-24 14:06:01 +01:00
Vas Crabb
17a83fb48c indigo3k: add another BIOS revision, byteswap existing BIOS file to match EPROM reader output and update load macros 2015-12-24 17:07:36 +11:00
Vas Crabb
e0e33d936b laserbat/lazarian improvements:
* Fix inputs, P2 controls and all DIP switches are usable now
* Support cocktail configuration (set in Machine Configuration)
* Fix conditions for latching sound data
* More notes
* Fix catnmous graphics

catnmous inputs are completely screwed - I'm aware of this
2015-12-24 17:07:36 +11:00
Vas Crabb
700aac56b9 sn76477: notes, typo, RES_INF for default open circuit 2015-12-24 17:07:35 +11:00
MetalliC
7461698caa nw#2 2015-12-24 06:05:56 +02:00
MetalliC
c9f36cc967 nw 2015-12-24 05:39:33 +02:00
MetalliC
e1f6462e61 partial dumps of Namco FCA and FCB JVSIO MCU's firmware [Darksoft, MetalliC, Mitsurugi] 2015-12-24 05:23:19 +02:00
MetalliC
8a04e5eda3 new NOT WORKING
World Club Champion Football Serie A 2002-2003 Ver. 2.12 (CDV-10002) [f205v, ANY, MetalliC]
World Club Champion Football Serie A 2002-2003 Ver. 2.34 (CDV-10008) [f205v, ANY, MetalliC]
World Club Champion Football European Clubs 2004-2005 (CDV-10013) [f205v, MetalliC]
World Club Champion Football European Clubs 2004-2005 Ver. 1.1 (CDV-10015) [f205v, ANY, MetalliC]
World Club Champion Football European Clubs 2004-2005 Ver. 3.22 (CDV-10015P) [f205v, ANY, MetalliC]
World Club Champion Football European Clubs 2005-2006 (CDV-10027) [f205v, ANY, MetalliC]
2015-12-24 04:25:04 +02:00
hap
f6cec238a0 correct mrchalgr year 2015-12-23 23:36:08 +01:00
David Haywood
fec949b708 fix compile and validity fail (nw)
decriptions on indigo3k/4k sets need to be checked, they were identical.
2015-12-23 19:11:59 +00:00
Miodrag Milanovic
c66ddfc1db fix exiting drivers with DRC cores (nw) 2015-12-23 19:55:39 +01:00
therealmogminer@gmail.com
a64b333926 Fix mess.lst 2015-12-23 19:09:09 +01:00
Miodrag Milanović
a52fbefa25 Merge pull request #520 from qmc2/master
Make -verifyroms verify sub-devices like mpu401 and c2040fdc [qmc2]
2015-12-23 17:34:28 +01:00
therealmogminer@gmail.com
bb1bdd9e04 - SGI: Added R3000 IRIS Indigo skeleton. [MooglyGuy, Jan-Jaap] 2015-12-23 17:16:38 +01:00
hap
b2ae952300 let's mark mrchalgr as working 2015-12-23 16:40:22 +01:00
qmc2
2775a5a784 Make -verifyroms verify sub-devices like mpu401 and c2040fdc 2015-12-23 15:51:08 +01:00
Miodrag Milanović
18f5f17265 Merge pull request #518 from dankan1890/master
Fixed missing noexcept in Visual Studio 2013.
2015-12-23 10:02:34 +01:00
hap
4b93d14cab tispellb.c mrchalgr expects reads to be valid after setting indirect address 2015-12-23 03:48:57 +01:00
hap
ac89a938e1 improvements to tispellb rev2 2015-12-22 23:54:12 +01:00
David Haywood
e95c22fcb6 some useful links for anybody interested in studying it more (nw) 2015-12-22 22:00:18 +00:00
David Haywood
2cb6396333 before I misplace the files again (nw) 2015-12-22 21:41:25 +00:00
dankan1890
e9fcfacb74 Fixed missing noexcept in Visual Studio 2013. 2015-12-22 21:05:27 +01:00
Ville Linde
dc48253ce8 taitopjc: display list logging (nw) 2015-12-22 18:54:52 +02:00
David Haywood
f30f399365 new NOT WORKING clones
World Combat / Warzaid (ver UCD:B) [arcadecomponents.com]
2015-12-22 05:58:51 +00:00
briantro
06e69a6bf1 xexex.cpp: Remove obsolete comment - NW 2015-12-21 23:09:30 -06:00
hap
584ab0e1e0 added TMS6100 4bit read support 2015-12-22 02:46:09 +01:00
angelosa
29dd73ab4d Removed tasman gfx hack in core, nw 2015-12-22 01:45:24 +01:00
David Haywood
7b25ee5d5a 12mhz base (nw) 2015-12-22 00:31:51 +00:00
David Haywood
46940bb3c5 new clones
Pirates (set 2) [caius]
2015-12-22 00:17:41 +00:00
David Haywood
5f1a3512c5 new clones
"Street Fighter II': Champion Edition ('Taiwan' bootleg with PAL) [rtw, Smitdogg, The Dumping Union]
2015-12-21 23:57:03 +00:00
David Haywood
32317c7c5b Merge branch 'master' of https://github.com/mamedev/mame 2015-12-21 23:20:25 +00:00
David Haywood
171059fee6 new clones
Space Chaser (Model Racing bootleg) [Piero Andreini]
2015-12-21 23:20:13 +00:00
hap
7b71d05cce added Mr. Challenger skeleton, TMS6100 emulation lacks 4bit support
New NOT_WORKING games added
--------------
Spelling B (1978 version) [hap, Sean Riddle]
Mr. Challenger [hap, Sean Riddle]
2015-12-22 00:19:05 +01:00
angelosa
4180de8e15 Forgot 666, nw 2015-12-22 00:10:55 +01:00
David Haywood
7cefd45a75 new NOT WORKING clones
Mexico 86 (bootleg of Kick and Run) (set 2) [f205v]
2015-12-21 22:56:32 +00:00
hap
758128edc9 added spellb Off-button 2015-12-21 23:51:59 +01:00
angelosa
71caab5dee Screen Raw Params for ms1A, nw 2015-12-21 23:30:36 +01:00
David Haywood
7d42e4bebd new clones
Double Dragon II - The Revenge (US, bootleg) [system11]
2015-12-21 22:02:31 +00:00
David Haywood
6ff2888b37 new NOT WORKING clones
Hard Head 2 (v2.0, bootleg) [system11]
2015-12-21 21:32:05 +00:00
David Haywood
088b4895e8 new clones
Miss World '96 (Nude) (set 4) [system11]

has some different girls, all program roms differ.
2015-12-21 20:46:10 +00:00
hap
f087b29c5f added spellb i/o, comms, inputs 2015-12-21 20:13:24 +01:00
Sandro Ronco
a94b7332b0 monzagp: added car inputs and collisions. [Sandro Ronco] 2015-12-21 20:11:27 +01:00
Ville Linde
469eb65183 tms32051: various fixes (nw) 2015-12-21 20:09:33 +02:00
Miodrag Milanović
d056b7b2cb Merge pull request #517 from SuperV1234/master
Modernize x86log.h and x86log.cpp:
2015-12-21 18:50:16 +01:00
Vittorio Romeo
d5909d54de Modernize x86log.h and x86log.cpp:
* Use variadic template functions instead of `va_list`
    * In `x86log_mark_as_data` and `x86log_printf`
* Add `noexcept` where appropriate/safe
* Use `constexpr std::size_t` instead of macros for constants
* Nest `nullptr` check to prevent useless check, add assertion
    * In `x86log_printf`
* Move definitions of `log_comment`, `data_range_t`, `x86log_context` to `x86_log.h` from `x86_log.cpp`
* Adapt usages of `x86log_printf` in `drcbex64.cpp` and `drcbex86.cpp`
2015-12-21 18:29:08 +01:00
Miodrag Milanovic
944e4f9942 Revert "Modernize x86log.h and x86log.cpp:"
This reverts commit 000370d407.
2015-12-21 17:18:48 +01:00
Miodrag Milanović
03bb0f4cc6 Merge pull request #516 from SuperV1234/master
Modernize x86log.h and x86log.cpp [Vittorio Romeo]
2015-12-21 17:05:57 +01:00
Vittorio Romeo
f98557c999 Modernize x86log.h and x86log.cpp:
* Use variadic template functions instead of `va_list`
    * In `x86log_mark_as_data` and `x86log_printf`
* Add `noexcept` where appropriate/safe
* Use `constexpr std::size_t` instead of macros for constants
* Nest `nullptr` check to prevent useless check, add assertion
    * In `x86log_printf`
2015-12-21 17:02:41 +01:00
Miodrag Milanovic
2f9623d4f3 update for Yves (nw) 2015-12-21 16:44:07 +01:00
hap
09b50e6218 added spellb internal artwork 2015-12-21 16:42:45 +01:00
Miodrag Milanović
ebdc4a9414 Merge pull request #515 from SuperV1234/master
Modernize `simple_list` code [Vittorio Romeo]
2015-12-21 16:37:58 +01:00
Vittorio Romeo
aa6d4d0b88 Modernize simple_list:
* Add `noexcept`
* Use public `=delete` instead of private ctor/assignment
* Remove unused `virtual` from dtor and mark class as `final`
2015-12-21 16:33:06 +01:00
Miodrag Milanović
54cadc3c31 Merge pull request #514 from bmunger/r9751
New driver:
ROLM 9751 [Brandon Munger]
2015-12-21 16:05:06 +01:00
Miodrag Milanovic
a55ab6d615 some handmade changes (nw) 2015-12-21 16:01:14 +01:00
Miodrag Milanovic
1fefd835ce update by request (nw) 2015-12-21 12:47:41 +01:00
Miodrag Milanovic
2d09179902 Added license for Derrick Renaud, extended K.Wilkins and F.Palazzolo to full names, (nw)
Added license for Paul Forgey
2015-12-21 09:57:22 +01:00
hap
564bada035 notes 2015-12-21 02:32:27 +01:00
Brandon Munger
cebed33843 r9751: fix for g++14 and add rolm as a manufacturer 2015-12-20 19:55:06 -05:00
hap
6ffbf69aa3 initial skeleton driver for TI Spelling B 2015-12-21 01:46:16 +01:00
Justin Kerk
8c2f519922 Found some more, hardware looks different though (nw) 2015-12-20 16:45:31 -08:00
Justin Kerk
169a193dc0 New skeleton: Saturn ST-17xx series DVD players [Justin Kerk] 2015-12-20 16:13:25 -08:00
hap
66fbbc0f9d use tms0270 pla for tms1980 2015-12-21 01:07:09 +01:00
Brandon Munger
56fcb735fe r9751: Update PDC documentation 2015-12-20 17:46:13 -05:00
Brandon Munger
5d1dcd67ca r9751: Add dip switches to PDC for HDD and FDD 2015-12-20 17:46:13 -05:00
Brandon Munger
d256291daf r9751: Fix floppy disk access and add log defines 2015-12-20 17:46:13 -05:00
Brandon Munger
ce577865e7 r9751: PDC floppy read support 2015-12-20 17:46:12 -05:00
Brandon Munger
fbaf2f4358 r9751: More PDC DMA additions 2015-12-20 17:46:11 -05:00
Brandon Munger
862abdaf21 r9751: Initial DMA hookups and driver cleanup 2015-12-20 17:46:11 -05:00
Brandon Munger
b3b834c45a r9751: rename drivers to cpp 2015-12-20 17:46:11 -05:00
Brandon Munger
052b94a236 r9751: moved driver from mess directory to mame 2015-12-20 17:46:11 -05:00
Brandon Munger
17570e9406 r9751: map more registers to PDC and minor cleanup 2015-12-20 17:46:11 -05:00
Brandon Munger
2c64c41e1f r9751: Driver clean up 2015-12-20 17:46:11 -05:00
Brandon Munger
53c8790eab r9751: More PDC changes 2015-12-20 17:46:11 -05:00
Brandon Munger
e3a7ccdfd5 r9751: move pdc to new device directory 2015-12-20 17:46:10 -05:00
Brandon Munger
ad33c2c2a7 r9751: some more pdc changes 2015-12-20 17:46:10 -05:00
Brandon Munger
b0be3d116f r9751: More work on PDC and r9751.c clean up. 2015-12-20 17:46:10 -05:00
Brandon Munger
e43e32a0db r9751: PDC fix for driver crash 2015-12-20 17:46:10 -05:00
Brandon Munger
4bd3961db0 r9751: Correct ROM names and attach P8237 DMA to PDC address space 2015-12-20 17:46:10 -05:00
Brandon Munger
1f72043047 r9751: Add i8237 dma callbacks 2015-12-20 17:46:10 -05:00
Brandon Munger
f4b1a41d26 R9751 PDC Floppy disk changes 2015-12-20 17:46:09 -05:00
Brandon Munger
d3785e805e Initial ROLM 9751 driver 2015-12-20 17:46:09 -05:00
Jean-François DEL NERO
6d0e0975ee EF9365 : Commands busy timings update, Vector drawing (WIP). 2015-12-20 23:08:32 +01:00
briantro
70d77a389c peplus.cpp: Fix yet another Cut-N-Paste error - NW 2015-12-20 16:07:20 -06:00
briantro
6061457a5c peplus.cpp: More set combo verifications - NW 2015-12-20 15:56:14 -06:00
Ville Linde
c01425566c rollext: very preliminary video emulation (nw) 2015-12-20 20:32:45 +02:00
Ville Linde
e2e762b216 tms32082: FPU fixes + command callback (nw) 2015-12-20 20:11:35 +02:00
Ville Linde
399692f17a taitopjc: hook up TC0780FPA (nw) 2015-12-20 18:30:04 +02:00
Ville Linde
29372faf39 tc0780fpa: double buffering + better FIFO handling (nw) 2015-12-20 16:48:32 +02:00
ImJezze
b1f1300517 Made defocus strength equal for x/y and independent from screen size
- defocus is now independent from screen size and ratio
- horizontal and vertical defocus now have the same strength
- replaced asymmetric defocus kernel by a symmetric kernel
- defocus is now limited to a maximum of 10
- added shader uniforms for orientation and rotation settings
2015-12-20 13:57:28 +01:00
Miodrag Milanović
7e4ff974ac Merge pull request #509 from ajrhacker/master
Refactoring memory map validity checking [ARJ]
2015-12-20 09:41:44 +01:00
briantro
c43be4ed21 peplus.cpp: Mark sets using CG2135 as wrong color - NW
Turns out CG2135 is custom card backs for Grand Casino and needs CAP1292 for the correct colors.
2015-12-20 02:19:26 -06:00
briantro
07c860bd25 peplus.cpp- Fix cut-n-paste - NW
hhmmmm.... CG2135  _IS_ different then CG2133 :-0  pay attention
2015-12-20 01:17:24 -06:00
Miodrag Milanovic
b08423fa85 Fixed zwackery (nw) 2015-12-20 07:59:54 +01:00
briantro
8bbffa76f2 New PE+ Poker clone
Out of whatsnew:

Based on IGT documentation several sets were updated to correct CG and or CAP files.  All sets that have be corrected are now tagged with "PSR Verified"


New Clone Added
---------------------------------------------------------------------
Player's Edge Plus (XMP00022) 5-in-1 Wingboard (CG2346) - Spanish [BrianT]
2015-12-20 00:49:19 -06:00
MASH
836f149577 Update wd_fdc.cpp 2015-12-20 05:43:52 +01:00
MASH
154ced8f37 Update x76f100.cpp 2015-12-20 05:39:58 +01:00
MASH
013d2d0043 Update x76f041.cpp 2015-12-20 05:39:25 +01:00
MASH
42fb525812 Update fdc37c665gt.cpp 2015-12-20 05:38:43 +01:00
MASH
b5fe8fcc89 Update at28c16.cpp 2015-12-20 05:38:02 +01:00
MASH
95c14082c3 Update i386.cpp 2015-12-20 05:37:22 +01:00
MASH
82b06ce072 Update s32comm.cpp 2015-12-20 05:36:21 +01:00
MASH
1b65df6158 Update igs028.cpp 2015-12-20 05:35:33 +01:00
MASH
b1aaa4b13e Update igs025.cpp 2015-12-20 05:34:47 +01:00
MASH
933fe91575 Update igs022.cpp 2015-12-20 05:32:17 +01:00
MASH
a08aab8868 Update igs017_igs031.cpp 2015-12-20 05:29:50 +01:00