Commit graph

75570 commits

Author SHA1 Message Date
Dirk Best
cda35c9402 in207376: Various fixes [Dirk Best, charcole]
- Replace bad ROM
- Render line above status line
- Support display enable bit
- Verify PIT clock
2020-09-12 19:28:27 +02:00
MetalliC
4e365c0140 Merge branch 'master' of github.com:mamedev/mame 2020-09-12 20:06:07 +03:00
MetalliC
ba113f167c new WORKING clones
------------------
JoJo's Bizarre Adventure (Euro 990927) [Darksoft]
JoJo's Bizarre Adventure (Euro 990913) [Darksoft]
2020-09-12 20:05:47 +03:00
Robbbert
38982ce0b3 vic20: Added ^ natural key 2020-09-13 02:57:02 +10:00
Robbbert
cf08a0d606 squale: altered note; removed non-existing software list (#3041) 2020-09-13 02:06:39 +10:00
Ivan Vangelista
af647f75e7 New machines marked as NOT_WORKING
----------------------------------
Mexico Lindo [Eduardo Humberto Menezes]
2020-09-12 17:39:22 +02:00
Vas Crabb
82b696c9dd alphatpx.cpp: Fix stray quote.' 2020-09-13 01:32:09 +10:00
Vas Crabb
6367942a5c alphatpx.cpp, hp80.cpp: Adjust keyboard mapping.
* alphatpx.cpp: Corrected QWERTZ layout, added u8 qualifier to key names
  with characters outside ASCII.
* hp80.cpp: Added default assignment for KP. and restored PORT_CHAR for
  keypad digits.
2020-09-13 01:26:43 +10:00
ClawGrip
03578f6bb3
New working clones (#7218)
* New working clones

------------------
Speed Up (Version 2.20) [Victor Fernandez (City Game), ClawGrip]
2020-09-12 17:08:25 +02:00
AJR
a3c6349c86 bvm.cpp: Missed in 8edc2c5f91 2020-09-12 09:35:13 -04:00
AJR
8edc2c5f91 New machines marked as NOT_WORKING
----------------------------------
Sony Trinitron Color Video Monitor BVM-20F1E [Corrado Tomaselli]
2020-09-12 09:20:55 -04:00
Robbbert
acc811887c pencil2: fixes for natural keyboard 2020-09-12 22:47:47 +10:00
Vas Crabb
b1b3b92b4b osd/windows: Don't restrict borderless full-screen windows to monitor work area (MT07745). 2020-09-12 22:45:06 +10:00
Robbbert
89ea3e1fd9 tutor: fixed ^ natural key 2020-09-12 22:09:28 +10:00
Ivan Vangelista
99e357078b New machines marked as NOT_WORKING
----------------------------------
unknown MGA or Costa Net slot machine [jordigahan, ArcadeHacker, ClawGrip]
2020-09-12 14:06:57 +02:00
Ivan Vangelista
d9ebc26ec9 New working clones
------------------
The Legend of Kage (bootleg set 4) [hammy]
2020-09-12 13:25:36 +02:00
Robbbert
a89ebb47bf squale: added notes; fixed various keyboard issues. 2020-09-12 21:20:31 +10:00
Ivan Vangelista
1157a0aade New working clones
------------------
The History of Martial Arts (set 2) [hammy]
2020-09-12 12:55:00 +02:00
hap
bfc62d9f84 microvision: put internal artwork paddle state in a vistoggle 2020-09-12 12:35:54 +02:00
Ivan Vangelista
d60b6f8440 New clones marked as NOT_WORKING
--------------------------------
Panic Park (Japan, PNP1 Ver. B, set 2) [Guru]
2020-09-12 12:18:59 +02:00
Ivan Vangelista
26a1f1b5c9 New clones marked as NOT_WORKING
--------------------------------
Bubble Bobble (bootleg of Japan Ver 0.0 with 8749) [ Arcadehacker, Recreativas.org, The Dumping Union]
2020-09-12 11:54:14 +02:00
Ivan Vangelista
8d2e02c13e bingor.cpp: decapped and dumped pic device for bingor6 [Caps0ff, TeamEurope] 2020-09-12 10:45:29 +02:00
Ivan Vangelista
f53cd2ca94 magicard.cpp: decapped and dumped pic devices for magicarde, magicardw, puzzleme and unkte06 [Caps0ff, TeamEurope] 2020-09-12 10:41:44 +02:00
Ivan Vangelista
e2487f8489 gaelcof3.cpp: decapped and dumped pic device for donpepito [Caps0ff, ClawGrip, Victor Fernández (City Game)] 2020-09-12 10:27:45 +02:00
Ivan Vangelista
700f1fc76f New clones marked as NOT_WORKING
--------------------------------
Master Bond (bootleg of Secret Agent) [caius]
2020-09-12 10:25:04 +02:00
cracyc
6aa3840d18 luaengine: add ioport():type_seq 2020-09-11 20:01:01 -05:00
couriersud
8f48f2d062 netlist: clang tidy fixes. 2020-09-11 23:15:42 +02:00
Dirk Best
11b66848f3 in207376: Hook up PIT, remove clock device 2020-09-11 20:37:55 +02:00
Robbbert
ced16f241d spc1500: added backspace and directional natural keys 2020-09-12 03:40:41 +10:00
hap
748773e6f6 pgm2: lores refresh rate was approximated from video recording, hsync/vtotal are not verified 2020-09-11 19:01:27 +02:00
Robbbert
a378bec89e osbexec: added ctrl keys to natural keyboard 2020-09-12 02:37:55 +10:00
cam900
65a6e974a3
pgm2.cpp: Changed kof98umh refresh rate to match PCB video (#7095) 2020-09-11 12:11:28 -04:00
Vas Crabb
34cbb3a25e emu/render.cpp: Apply target orientation when mapping points to layout elements.
Addresses MT07375.

Also increase efficiency when layouts contain large numbers of
non-interactive elements (e.g. thousands of matrix display dots).

Also includes work in progress for future improvements.
2020-09-12 02:03:47 +10:00
cam900
4c9244504a
ddealer.cpp: Use tilemap_t for splittable foreground tilemap (#7163)
* ddealer.cpp: Use tilemap_t for splittable foreground tilemap
* Fix MCU input with side effects, Reduce runtime tag lookup, Reduce duplicates, Use shorter type values, Add/Fix notes, Fix naming
* ddealer.cpp: Fix masking
2020-09-11 11:36:50 -04:00
r09
cc55f1a5f1
fmtowns_cd.xml: 13 new dumps, 16 replacements (#7210)
- New dumps from redump.org (working):

F-BASIC386 Compiler v2.1 L10
FM Towns Demonstration CD-ROM '90. Fuyu - The Galaxy of FM Towns
Ginga Eiyuu Densetsu II DX+ Towns Special
Indiana Jones and the Last Crusade (Pre-Release Version)
NHK Special - Ginga Uchuu Odyssey Vol. 2 - Choushinsei Bakuhatsu
Presence
Psychic Detective Series Vol. 2 - Memories (Demo)
Sherlock Holmes - Consulting Detective (Demo)
Steepia Lite
Trigger 2
Zan II - Towns Special (1992-04-23)

- New dumps from redump.org (not working):

Hyper Address Ver. 2.0
Megamorph (Demo)

- Replaced entries with dumps from redump.org:

Abel - Shin Mokushiroku Taisen
Cyberia
Dead of the Brain - Shiryou no Sakebi
Dragon Half
Dragon Knight III
Elm Knight - A Living Body Armor
Ningyou Tsukai
Power DoLLS
Power DoLLS 2
Rinkan Gakkou
Shinseiki Kouboushi - Dead Force
Strike Commander
The Best Play Baseball
Viper-V6 Turbo RS
Zan II - Towns Special (1992-03-19)
Zatsuon Ryouiki
2020-09-11 11:36:00 -04:00
David Haywood
f808ebdcf2
new NOT WORKING machines (#7212)
----
Retro Handheld Console 152-in-1 [Sean Riddle, David Haywood]

new WORKING clones
----
WWE Wrestlemania Steel Cage Challenge (Plug & Play) (set 2) [Sean Riddle]

- set all GPL16250 games to 96Mhz as this seems to be accurate (will look for speedups where possible later) [David Haywood]
2020-09-11 11:35:39 -04:00
Robbbert
c7076d7ee8 nascom1: fixed @ and ^ natural keys 2020-09-12 01:12:57 +10:00
Robbbert
2ef79ea708 mstation: fixed enter and backspace in natural keyboard 2020-09-11 23:20:09 +10:00
hap
5cfc87823f Machines promoted to working
----------------------------
Constellation Expert [hap, Berger]
2020-09-11 13:23:01 +02:00
Vas Crabb
1ac0edb56d Adjust a few layouts from the last batch.
* splus.cpp: Corrected screen aspect, moved LEDs/labels off screen.
* z80ne.cpp: Restored additive screen blending for z80net/z80netb/z80netf.
2020-09-11 11:41:33 +10:00
hap
02e6267bb5 mchess: bezel/overlay toggles don't make much sense here 2020-09-10 23:40:50 +02:00
hap
0e9518130d misc chess layouts: no need for shuffling blocks around 2020-09-10 23:33:02 +02:00
Robbbert
fa30e0d88d jupace: corrected a few natural keys; save-state enabled 2020-09-11 07:04:53 +10:00
hap
c4373361d4 New machines marked as NOT_WORKING
----------------------------------
Constellation Expert [hap, Berger]
2020-09-10 22:29:29 +02:00
AJR
2569839c9d att3b2.cpp: Update release years and device configuration 2020-09-10 12:29:54 -04:00
Dirk Best
4e8de5cff0 in207376: Add beeper 2020-09-10 17:43:03 +02:00
cam900
773bed8afd
y2.cpp: Add placeholder for undumped games (#7173) 2020-09-10 11:39:41 -04:00
Robbbert
ad78afbe8f husky,hunter2,hp80: fixed case of paste 2020-09-11 01:27:31 +10:00
Robbbert
c7580dce15 geniusiq: minor fixes for natural keyboard 2020-09-10 23:38:19 +10:00
Dirk Best
95a7011e08 in207376: Remove BAD_DUMP flag from chargen ROM 2020-09-10 15:13:46 +02:00