AJR
7ef47ba804
mn1860: Reassign another pair of opcodes for disassembly
2021-04-22 20:41:38 -04:00
hap
988bf45404
stfight: use device_array for ym2203
2021-04-23 01:49:39 +02:00
sasuke-arcade
e5ae9d5b20
stfight.cpp: Remove YM2203 frequency hack, and set prescaler at machine_start ( #7992 )
2021-04-23 01:40:22 +02:00
Scott Stone
50e24c2a1b
New working clones
...
------------------
Funky Jet (World, alternate demo) [xuserv, juking]
2021-04-22 18:15:10 -04:00
hap
9bb192141c
risc2500/tasc: fixed high pitched sound problem
2021-04-22 22:52:11 +02:00
quasiscroto
4d532a9cfa
a800_flop.xml: more floppy soft additions ( #7991 )
...
* Oops, Phobos works provided you have joystick properly mapped!
* Add 9 games in .atr format from a8sp
2021-04-22 12:11:35 -04:00
Aaron Giles
08688e3083
mips3: Ensure there is at least 1 cycle to be counted after reading Count. Without this, some timing loops won't exit to the scheduler until they complete.
2021-04-22 08:49:31 -07:00
Robbbert
a27f59b81a
meritum: added ic numbers
2021-04-22 23:49:43 +10:00
Robbbert
c2d39f378b
kaypro: added back support for kay/dsk images.
2021-04-22 21:56:55 +10:00
smf-
f8875bd492
New working clones
...
------------------
Point Blank 2 (Unknown region) [Guru]
2021-04-22 12:35:00 +01:00
Dirk Best
f2cd71e7a3
basf7100: Hook up COM8116 and switches
2021-04-22 13:17:09 +02:00
Dirk Best
c076b8263e
basf7100: Small gfx fix, update charrom [Dirk Best, rfka01]
2021-04-22 13:17:02 +02:00
Robbbert
97732ca71d
lnw80: hires and color pass the test programs. Added a prom.
2021-04-22 20:55:35 +10:00
Aaron Giles
20fceccf39
sound: Fix wrapping bug when using fill/copy/bulk-add on write_stream_views
2021-04-21 22:48:47 -07:00
ajrhacker
b4d73d64b1
Merge pull request #7990 from clawgrip/patch-8
...
neptunp2.cpp: Add 'ccorsario' program ROM and improve hardware documentation [jordigahan, ClawGrip]
2021-04-21 22:26:51 -04:00
Roberto Fresca
620e209e36
calomega.cpp
...
More cleanups... (nw)
2021-04-22 02:27:12 +02:00
AJR
c390bcc4f7
jack.cpp: Add raw screen timing parameters based on schematics
2021-04-21 18:48:27 -04:00
Roberto Fresca
a160d3f7b4
System 906-III improvements... [Roberto Fresca, Grull Osgo]
...
- Proper inputs for the IWC poker games.
- Fixed/Improved the interrupts system.
- Preliminary button-lamps support.
- Simplified and partially cleaned the code.
- Added technical notes.
2021-04-22 00:36:14 +02:00
ClawGrip
ca827671a1
neptunp2.cpp: Add 'ccorsario' program ROM and improve hardware documentation [jordigahan, ClawGrip]
2021-04-22 00:28:12 +02:00
Roberto Fresca
c0a271844b
Merge branch 'master' of https://github.com/mamedev/mame
2021-04-22 00:15:57 +02:00
sasuke-arcade
d82c2d1c65
cyclemb.cpp: Improve input, sound, flip screen, and dip switches ( #7979 )
...
* cyclemb.cpp: Improve input, sound, flip screen, and dip switches
- Support for correct input of Cycle Maaboh roller controller. Previous inputs did not work correctly. This made it impossible to clear stage 3 and later, which requires roller inputs.
- Fixed possibly incorrect handling of sound latch. Fixed issue where Cycle Maaboh would not play the stage music. Previously, command to get input was being overwritten by sound latch.
- Support I/O input for hiding screen. Screen switching at start of a stage is now correct.
- Fixed position of tilemap in flip screen of Cycle Maaboh.
- Added support for Sky Destroyer flipscreen.
- Fixed dipswitches. Removed definition of unused bits for non-dipswitch inputs. Added some dipswitch definitions.
- Implemented work RAM switching for sprites. Games on this board used to switch two sprites work RAM every frame. This implementation improved the frame rate of the sprites.
2021-04-21 21:12:57 +02:00
Robbbert
2de93e31ea
lnw80: added HI-LO switch; enabled CAS files.
2021-04-22 05:09:27 +10:00
Vas Crabb
a1a6ff7087
laserbat.cpp: Quantise area effect 2/shell effect for catnmous. ( #7964 )
2021-04-21 20:14:19 +02:00
David Haywood
6b8a176ac2
segas16a/sega16b tweaks - change when video is updated (for fantzone) - bump quantum time for 16a cases with MCU (for quartet stage 18) ( #7987 )
2021-04-21 20:13:13 +02:00
David Haywood
c115cf1c8e
travrusa.cpp - hold vblank interrupt for the whole of the vblank period, allowing it to retrigger in some cases - improves shtrider countdown sync at start of race ( #7989 )
2021-04-21 20:11:37 +02:00
hap
83d1b46ff5
New working clones
...
------------------
Compact Computer 40 Plus (prototype) [hap, Jon Guidry]
2021-04-21 19:35:04 +02:00
Robbbert
c61bd7299c
radionic: PPI and documentation.
2021-04-22 03:06:31 +10:00
Robbbert
be14bfe226
radionic: added rs232
2021-04-22 01:27:56 +10:00
ClawGrip
25b6d1fa97
rfslots8085.cpp: fix typo on game name ( #7982 )
2021-04-21 09:23:22 -04:00
ksherlock
94f305a9b0
kp = should be 0x106 ( #7973 )
2021-04-21 09:22:05 -04:00
Robbbert
7f64e4fd7e
radionic: added colour
2021-04-21 23:20:27 +10:00
Aaron Giles
782d827670
ymfm: Check for decay->sustain transitions even if we just transitioned from attack->decay. Affects the cymbal sounds in shinobi.
2021-04-21 02:34:15 -07:00
ajrhacker
c4460d6939
Merge pull request #7985 from brijohn/qx10_fix_segfault
...
qx10: allocate enough vram for color mode
2021-04-21 00:45:50 -04:00
Brian Johnson
f2bc78e831
qx10: allocate enough vram for color mode
2021-04-21 00:27:32 -04:00
hap
1c48809459
media_ident: add space to prevent long strings concat when printing results
2021-04-20 22:54:21 +02:00
hap
11ae1bb493
clifront: -romident has no use for mediapath, but it does use hashpath
2021-04-20 22:28:05 +02:00
Robbbert
937b1fd807
radionic: fixed rtc, and floppy reading. Confirmed crystals.
2021-04-21 05:56:52 +10:00
hap
5c3ded77a7
ibm5170: fix validity error
2021-04-20 21:02:21 +02:00
ajrhacker
eab35a4470
Merge pull request #7984 from brijohn/upd7220
...
upd7220 fixes
2021-04-20 14:28:33 -04:00
ClawGrip
9484211f22
rfslots8085.cpp: The PCB only has 6 dipswitches ( #7983 )
...
* rfslots8085.cpp: The PCB only has 6 dipswitches
* Add anonymous namespace
2021-04-20 14:19:12 -04:00
Brian Johnson
7c1ed8c6e0
upd7220: Support DMAW and DMAR commands
2021-04-20 12:37:20 -04:00
Brian Johnson
63aae42c2c
upd7220: Fixed mixed mode display area partition parsing
2021-04-20 12:36:52 -04:00
Aaron Giles
e1bd766620
twinspri: Fix missing samples by masking the ADPCM-A end address properly.
2021-04-20 09:28:17 -07:00
Robbbert
3bc9169926
trs80: used array of floppy drives
2021-04-21 02:07:27 +10:00
hap
62b9a513bc
New working software list additions
...
-----------------------------------
ibm5170: SmartBoard Driver (DOS), SmartBoard Driver SDK (Win32) [hap]
2021-04-20 17:06:43 +02:00
AJR
cb41f89eeb
rx01: Preliminary, untested host interface
2021-04-20 10:06:33 -04:00
Dirk Best
dd55931072
basf7100: Improve video rendering
2021-04-20 13:28:40 +02:00
Roberto Fresca
f75ead9513
Corrected 906-III memory map documentation.
2021-04-20 04:38:06 +02:00
Roberto Fresca
30156bce2f
System 906-III improvements: [Roberto Fresca, Grull Osgo]
...
- Reworked a lot of things to get the platform playable.
- Switched to Rockwell R65C02 CPU.
- Added missing inputs, timers, clocks and connections.
- Renamed Game 58.01 to CEI 51.08 (CEI 906-III Poker).
- Added new games to the platform.
New working machines
--------------------
Casino 21 UCMC/IWC (ver 30.08) [Roberto Fresca, Grull Osgo]
Poker UCMC/IWC (ver 162.03) [Roberto Fresca, Grull Osgo]
Poker UCMC/IWC (ver 162.03 20-6-91) [Roberto Fresca, Grull Osgo]
Machines promoted to working
----------------------------
CEI 51.08 (CEI 906-III Poker) [Roberto Fresca, Grull Osgo]
2021-04-20 04:22:49 +02:00
AJR
976137eddb
Purge various obsolete and redundant #includes
2021-04-19 22:18:05 -04:00