Commit Graph

39783 Commits

Author SHA1 Message Date
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
Miodrag Milanovic
658128897c Fixed platform detection (nw) 2015-12-27 15:48:44 +01:00
Miodrag Milanovic
9c2669081c Added platform parameter and some ARM fixes (nw) 2015-12-27 15:35:29 +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
Robbbert
88e4fea8db Merge branch 'master' of https://github.com/mamedev/mame 2015-12-27 23:53:15 +11:00
Miodrag Milanovic
fd21d7accb Do not add this for other then windows (nw) 2015-12-27 13:51:16 +01:00
Robbbert
99559bc6bd Gamate: Added year (nw) 2015-12-27 23:50:51 +11:00
Miodrag Milanovic
4810f2e98e Fix for windows Qt5 compile (nw) 2015-12-27 13:49:04 +01:00
Miodrag Milanovic
75e80ec4f6 Fix QT5 build on linux by adding -fPIC 2015-12-27 13:47:54 +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
Robbbert
72ce912e42 Gamate: fixed some typos from last commit.(nw) 2015-12-27 10:54:57 +11:00
David Haywood
0183747ccc these use identical ROMs (nw) 2015-12-26 22:40:37 +00:00
hap
b678f9fb97 notes, forgot this 2015-12-26 23:12:42 +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 Milanovic
e756a66b14 qtdebugger as separate lib (nw) 2015-12-26 15:56:13 +01: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