Commit Graph

46917 Commits

Author SHA1 Message Date
Ivan Vangelista
1e527952d7 New clone added
------------
Ron Jan  [system11]

This is the original version from 1991, the one already in MAME is Ron Jan Super from 1994. I've renamed the sets accordingly. The Z180 internal ROM hasn't been dumped for this set. The one from Ron Jan Super seems to work fine, but of course the correct ROM should be extracted.
2016-09-28 18:40:24 +02:00
Ivan Vangelista
d6fa545316 norautp.cpp: added prom, pal and updated pcb layout for bjpoker [Guru] 2016-09-28 18:36:28 +02:00
Ivan Vangelista
7e97217278 New clone added
------------
Lady Maker [system11]
2016-09-28 18:32:40 +02:00
MetalliC
b27bc184b3 new NOT_WORKING
----------------
Istrebiteli [IgorR76]
2016-09-28 19:26:17 +03:00
hap
fcd2495a24 chesster: swap shifted/unshifted button descriptions (nw) 2016-09-28 17:10:30 +02:00
Vas Crabb
d7a9eeb64f use floorf rather than floor for float->float 2016-09-28 23:57:34 +10:00
Jezze
ecf1e166fc Fixed several small issues in HLSL/BGFX
* fixed target texture dimension when -intoverscan is used (this fixes the appereance of scanline and shadow mask)
* added target_scale and screen_count uniforms
* rounded corners now remain aligned with screen bounds when -intoverscan is used (single screen only)
2016-09-28 15:30:43 +02:00
Angelo Salese
4727ff5e6a SH-2: added read-back for BCR1 register, fixing missing polygons in Daytona USA CE for Saturn [Mednafen, Angelo Salese]
Added stub bus/sci/wdt devices for sh7604, this part will require more work as h8 and sh2 shares same chips, damn
2016-09-28 12:33:09 +02:00
angelosa
7465cdc2f9 Merge branch 'master' into sh7604_rewrite 2016-09-28 11:55:04 +02:00
angelosa
b7ab2813f7 Merging machine_flags and master 2016-09-28 11:34:02 +02:00
Vas Crabb
4d462536c7 bump android version for what it's worth 2016-09-28 18:23:39 +10:00
smf-
00f6256e4a change cpu cores pcbase handling to be consistent with the majority of cpu cores, now that the debugger relies on it. (nw) 2016-09-28 18:00:46 +10:00
smf-
fd279ffffa Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everything in the debugger, which allows interruptible cpu's to work properly. [smf] 2016-09-28 17:45:37 +10:00
Vas Crabb
1de6465b18 fix disassembly if 6809 is interrupted mid-instruction [smf] 2016-09-28 17:45:36 +10:00
Vas Crabb
e2641a33c1 Version bump 2016-09-28 12:05:20 +10:00
Vas Crabb
e41e16cf5b fix srcclean when doing multiple files in a single run (nw) 2016-09-28 11:57:17 +10:00
Vas Crabb
6bc18458b8 more srcclean (nw) 2016-09-28 11:53:12 +10:00
Vas Crabb
ce743b9981 srcclean (nw) 2016-09-28 11:43:48 +10:00
Vas Crabb
46818bc0ee srcclean 2016-09-28 11:42:37 +10:00
hap
7ad65c824e added note about too slow EAG V10 2016-09-28 00:24:58 +02:00
Lord-Nightmare
32a5bcf975 Revert "fix disassembly if 6809 is interrupted mid-instruction [smf]"
This reverts commit 320121823c.
2016-09-27 18:05:57 -04:00
Lord-Nightmare
e8d2853334 Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everything in the debugger, which allows interruptible cpu's to work properly. [smf]"
This reverts commit 1a186c8a3a.
2016-09-27 18:05:19 -04:00
Lord-Nightmare
7f1bb873d1 Revert "change cpu cores pcbase handling to be consistent with the majority of cpu cores, now that the debugger relies on it. (nw)"
This reverts commit 2a6cbb70c4.
2016-09-27 18:02:46 -04:00
Lord-Nightmare
98eab76970 tiny fix (n/w) 2016-09-27 17:53:48 -04:00
Lord-Nightmare
c65b4a7b2e mac.cpp: fixed Mac Classic rom label/location [Lord Nightmare] 2016-09-27 17:00:21 -04:00
Lord-Nightmare
d6c49ae0b3 mac.cpp: split mac classic II roms up per pcb, added labels and locations [Lord Nightmare] 2016-09-27 17:00:19 -04:00
smf-
2a6cbb70c4 change cpu cores pcbase handling to be consistent with the majority of cpu cores, now that the debugger relies on it. (nw) 2016-09-27 20:56:14 +01:00
angelosa
87c993dc74 Birdie Try: fixed "allow continue" and realized that 0x3c7 protection write is actually related with speed of the ball. Demoted to MACHINE_NOT_WORKING. (nw) 2016-09-27 21:46:35 +02:00
einstein95
c37a5cc54f Make alignment consistent with recent changes 2016-09-28 05:37:09 +13:00
angelosa
f4749d03f7 Base WatchDog Timer device 2016-09-27 18:36:59 +02:00
einstein95
7153474c98 Remove 2nd joystick from omv1000 2016-09-28 05:34:17 +13:00
angelosa
c8b7b13ca5 More meat to SCI 2016-09-27 17:41:24 +02:00
angelosa
1c12f1f20d Don't need a trampoline for these and added bare-bones SCI 2016-09-27 16:53:38 +02:00
angelosa
f6ad513ab0 Written stub SH7604 BUS device (not hooked up to SH2 yet). 2016-09-27 16:21:54 +02:00
hap
c9081eaa94 New working machine added
------------
Fidelity Chesster Challenger [hap, yovan]
2016-09-27 16:01:26 +02:00
smf-
1a186c8a3a Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everything in the debugger, which allows interruptible cpu's to work properly. [smf] 2016-09-27 14:26:27 +01:00
arbee
3957d89e44 apollo: eliminate logerror spam on unmapped ISA access [Hans Ostermeyer] 2016-09-27 08:53:04 -04:00
angelosa
89d21d87d3 Opening up a new branch for sh7604 rewrite. 2016-09-27 13:19:52 +02:00
Vas Crabb
320121823c fix disassembly if 6809 is interrupted mid-instruction [smf] 2016-09-27 20:57:45 +10:00
MASH
6b561ccd32 Fixed missing ARISTOCRAT_MK5_BIOS defines addition
Fixed missing ARISTOCRAT_MK5_BIOS defines addition:
084e33a159
2016-09-26 20:06:12 +01:00
Robbbert
38eec31e92 fix arcade build (nw) 2016-09-26 23:27:01 +10:00
angelosa
4f7b580216 Examples of flags:
cadash -> MACHINE_NODEVICE_LAN
pclubj -> MACHINE_NODEVICE_CAMERA | MACHINE_NODEVICE_PRINTER
magzun -> MACHINE_NODEVICE_MICROPHONE
2016-09-26 14:12:11 +02:00
angelosa
883cc63eb1 Proposal for new system flags for 0.179 dev-cycle:
* MACHINE_NODEVICE_MICROPHONE
  For unemulated microphone;
* MACHINE_NODEVICE_CAMERA
  For unemulated camera;
* MACHINE_NODEVICE_PRINTER
  For unemulated printer
* MACHINE_NODEVICE_LAN
  For unemulated linking multi-cabinet capabilities;
* MACHINE_NODEVICE_WAN
  For unemulated networking capabilities;

Restructured MACHINE_FLAGS into FATAL / WARNING / BTANB main categories, in order to make them easier to expose.

List of ToDo:
* MACHINE_IS_SKELETON / MACHINE_IS_SKELETON_MECHANICAL needs to be sorted or nuked, your call;
* Verify outputted text for the new flags.
* Define if BTANB type flags should have yellow warning or not.
* Add examples (will do in next commit).
2016-09-26 13:27:16 +02:00
angelosa
084af3883b Marked all games in st0016.cpp as MACHINE_NO_COCKTAIL, nw 2016-09-26 13:14:27 +02:00
Scott Stone
533fd78fc2 Adjusted toolchain.lua to allow DEBUG=1 builds to be modified by STRIP_SYMBOLS=1 (nw) 2016-09-26 06:24:31 -04:00
Robbbert
a735e09f37 Housekeeping (nw) 2016-09-26 19:38:40 +10:00
Lord-Nightmare
2639397a9c fix incomplete info (n/w) 2016-09-26 01:29:44 -04:00
Vas Crabb
85410f9a24 Merge pull request #1454 from npwoods/change_win_get_window_text_utf8
Changed win_get_window_text_utf8() to return std::string
2016-09-26 14:34:27 +10:00
briantro
3ddceec406 New Road Riot 4WD clone
New Clone Added
---------------------------------
Road Riot 4WD (set 1, 04 Dec 1991) [Hammy, The Dumping Union]
2016-09-25 21:43:17 -05:00
Nathan Woods
69f23d3d84 Changed win_get_window_text_utf8() to return std::string
This eliminated an unnecessary conversion step.

Also, I have no idea what this WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) stuff is; it is hard to understand how it could possibly be correct because it ignores the 'window' parameter
2016-09-25 22:22:18 -04:00