Commit Graph

79379 Commits

Author SHA1 Message Date
cracyc
6bade242a5 pcxt: patch program bug 2021-06-13 20:06:53 -05:00
Robbbert
e35c040112 rx78: added irq control - fixes most remaining bugs. 2021-06-14 04:28:27 +10:00
Ville Linde
83e21e99e4 voodoo: fix Hornet games POST crash 2021-06-13 20:26:42 +03:00
Ville Linde
712222e42b Merge branch 'master' of https://github.com/mamedev/mame 2021-06-13 19:37:52 +03:00
Ville Linde
e8d9d51555 hornet: clear interrupts on sound cpu reset 2021-06-13 19:37:42 +03:00
AJR
7b27b93875 rendlay.cpp: Fix assertion failure with -D_GLIBCXX_ASSERTIONS 2021-06-13 12:33:34 -04:00
cracyc
1482fbabc4 pcxt: fix tetriskr drawing and add sound 2021-06-13 10:25:47 -05:00
hap
d6e5b1034b k037122: remove item from todo list 2021-06-13 13:20:46 +02:00
Ivan Vangelista
7aff430541 - dynadice.cpp: fixed sound regression
- segahang.cpp: minor edits to metadata
2021-06-13 13:07:52 +02:00
Steven Coomber
9cc37195ae
Update default button assignments on Quartet to match control panel (jump button to left of fire button) and Quartet 2 (#8173) 2021-06-13 12:20:58 +02:00
Vas Crabb
73d97b7dc4 Added helpers for 64-bit count leading zeroes/ones. 2021-06-13 09:38:01 +10:00
Ville Linde
27b93b2348 hornet: add controls to thrilldbu 2021-06-13 01:15:18 +03:00
cracyc
4960e2534c fmtowns: fix missing controller return value and cdda status 2021-06-12 14:13:39 -05:00
Robbbert
f210b92ece super80_cass: zipzap tapes had no sound, so replaced with working copies. 2021-06-13 03:16:39 +10:00
Robbbert
a5f4567a9e Merge branch 'master' of https://github.com/mamedev/mame 2021-06-13 01:58:27 +10:00
Robbbert
2f39246966 z80pio: changing the vector neither enables nor causes an interrupt. Fixes crash in mbee256 when F2 pressed. 2021-06-13 01:58:01 +10:00
cam900
838da5bea9
inufuku.cpp: Merged */inufuku.* into drivers/inufuku.cpp, minor cleanups. (#8172)
* Removed unnecessary VRAM read trampolines.
* Use buffered_spriteram16_device for buffered sprite RAM.
* Derive clocks from crystals.
* Reduced runtime tag lookups, unnecessary region size.
* Fix naming, spacing.
* Use generic graphics layouts, fix color usage of gfxdecode related to palette size.
* Restrict rowscroll to screen clipping rectangle.
2021-06-13 01:55:06 +10:00
cam900
c8814942ee
psikyosh.cpp: Updated commnts based on PCB markings, marked games with MACHINE_NO_COCKTAIL. (#8177)
because flip screen isn't support now
Add docs for ROM location/usage, Export name for daraku
Fix fill value for empty ROM area
2021-06-13 01:40:56 +10:00
AJR
541d6416f8 hd6120: Rewrite notes 2021-06-12 10:58:25 -04:00
ajrhacker
fca8f89d10
Merge pull request #8181 from jaens/hd61830-fix
HD61830: Fix character blink mode
2021-06-12 09:56:06 -04:00
Robbbert
67926ff608 Software list items promoted to working
---------------------------------------
rx78_cart: Excite Baseball [Robbbert]
2021-06-12 23:15:58 +10:00
Jaen Saul
611f45547f HD61830: Fix character blink mode
When Cursor=Off and Blink=On, the controller is in "Character Blink"
mode, according to the data sheet.

This means that the character cell at the the position of the cursor is
turned fully ON at a 50% blink duty cycle. Verified on a device with a
real HD61830 (Atari Portfolio).
2021-06-12 16:13:42 +03:00
Robbbert
8519af54de meritum2: added centronics printer from PR #5854. 2021-06-12 18:14:26 +10:00
Robbbert
4ca10ad80b rx78: improved colours. 2021-06-12 15:44:08 +10:00
arbee
ff553b2b99 m68kfpu: Support all FSINCOS encodings, fix multiple bugs in FMOVEM. [R. Belmont] 2021-06-11 23:01:37 -04:00
AJR
b853222864 bus/isa: Add header file accidentally omitted from 35f317e027 2021-06-11 22:44:36 -04:00
AJR
f846f5c8f9 audio/gottlieb.cpp: Minor updates to handlers; save some more members 2021-06-11 21:51:40 -04:00
arbee
f3eacf7566 apple2gs: correct vertical counter readback (GitHub #8156) [R. Belmont, Jeremy Rand] 2021-06-11 21:21:42 -04:00
AJR
35f317e027 New skeleton ISA device: Lark Associates LRK-331 ESDI Controller [Bitsavers] 2021-06-11 20:50:45 -04:00
cracyc
d0805eba66 x68k: treat the nibbles in 8bit color mode as two separate planes 2021-06-11 17:26:28 -05:00
Ivan Vangelista
089259b888 New working clones
------------------
Ojanko Club (Japan, Program Ver. 1.3, set 2) [system11]
2021-06-11 19:13:22 +02:00
Ville Linde
da36cacbb5 k037122: Better ram layout logic. Implemented ROZ and scrolling. 2021-06-11 19:38:03 +03:00
cracyc
081ec944a6 x68k: seems pcg can set it's own vertical freq apart from the crtc 2021-06-11 09:27:55 -05:00
hap
05b92a69a4 New working software list additions
-----------------------------------
ggm: Morphy Edition - Master Chess [Berger]
2021-06-11 14:05:59 +02:00
Robbbert
89cc8a7e3c New working software list additions
-----------------------------------
super80_cass:
Crazy Maze [Maxtrix Software]
Crazy Maze (L4) (with arrows) [Matrix Software, Robbbert]
2021-06-11 14:27:51 +10:00
cracyc
fe05a94c29 x68k: remove unneeded 2021-06-10 21:31:35 -05:00
Ivan Vangelista
3771840ab8 ladybug.cpp: Added diplocs [Guru] 2021-06-11 03:54:51 +02:00
Robbbert
39ce71dda0 mbee: added optional SN76489A, works with '128pepsgmod' sw-item. 2021-06-11 05:26:50 +10:00
Robbbert
2b56705512 mbee: make floppy sw-items show up by default. Fixed compatibility for mbeepp. 2021-06-11 03:57:46 +10:00
0kmg
73c670b375
megadriv.xml: more protos, even more blast processing (#8137)
* megadriv.xml: more protos, even more blast processing

Bio Hazard Battle (prototype) [Modern Vintage Gamer]
Ship (visitor prototype) [Modern Vintage Gamer]
Disney's Aladdin (prototype 19930627) [Hidden Palace]
Australian Rugby League (prototype) [Hidden Palace]
Captain Lang (prototype) [Hidden Palace]
Champions World Class Soccer (prototype) [Hidden Palace]
College Football USA 96 (prototype 19950621) [Hidden Palace]
Danny Sullivan's Indy Heat (prototype) (pirate) [Hidden Palace]
Dr. Robotnik's Mean Bean Machine (USA, prototype b) [Hidden Palace]
Dune - The Battle for Arrakis (Euro, prototype 19940111) [Hidden Palace]
The Flintstones (Ocean prototype) [Hidden Palace]
Granada (Jpn, USA, v1.1 prototype) [Hidden Palace]
NBA Jam (Apr 1993 prototype) [Hidden Palace]
NHLPA Hockey 93 (Euro, USA, v1.1 alt) [Hidden Palace]
Psycho Pinball (prototype) [Hidden Palace]
Putty Squad (early prototype) [Hidden Palace]
Radical Rex (Euro, prototype) [Hidden Palace]
Spirou (Euro, prototype) [Hidden Palace]
Street Racer (Euro, prototype 19950321) [Hidden Palace]
Tintin au Tibet (Euro, prototype) [Hidden Palace]
Flux (Euro, prototype 19950425) [Hidden Palace]

Co-authored-by: 0kmg <0kmg@users.noreply.github.com>
2021-06-10 13:25:33 -04:00
ajrhacker
409bd3a1fb
Merge pull request #8147 from davide125/indigo
indigo: add new ROM revision for indigo4k
2021-06-10 13:24:31 -04:00
0kmg
ad3e1a29c3
nes.xml: add Action 53 based games (#8158)
* nes.xml: add Action 53 based games

New working software list additions
-----------------------------------
Streemerz - Action 53 Function 16 Volume 1 (R.C.#2) [Damian Yerrick, NESDev]
Double Action 53 Volume 2 (R.C.#2) [Damian Yerrick, NESDev]
Action 53 Vol. 3 - Revenge of the Twins [Damian Yerrick, NESDev]

action53.cpp:
* on start up point prg to correct final bank based on cart size
* allow full 9-bit bank select per the spec
* switch to shorter type names, u8 etc

Co-authored-by: 0kmg <0kmg@users.noreply.github.com>
2021-06-10 13:23:47 -04:00
David Haywood
a2d5ae4e97
schick.cpp - fix sound hookup, note some protection checks, attempt to improve graphics (#8153)
* schick.cpp - fix sound hookup

* force a different default palette so that we can see the details on the letter tiles (should make finding the banking easier)

* protection reads are probably here

* further protection notes

* other protection(?) observations

* remove no longer needed hack

* more nonsense checks
2021-06-10 13:21:49 -04:00
MooglyGuy
4e5b9cd7ed
Super A'Can: DMA sample support and corrected sample length (#8160) [Ryan Holtz, Ian Karlsson] 2021-06-10 12:10:00 -04:00
ajrhacker
2038fe9e5f
Merge pull request #8170 from rzero9/machdflop
mac_hdflop.xml: second batch of additions, rename clarisw20sv
2021-06-10 11:34:33 -04:00
Robbbert
7b55b281dc mbee: fixed bug with telcom bankswitching. 2021-06-11 00:30:28 +10:00
AJR
be9ceecb4e m79amb: Modernize interrupt; use raw parameters for screen 2021-06-10 10:13:16 -04:00
AJR
785f455e44 chexx.cpp: Note existence of another game on similar HW 2021-06-10 09:42:19 -04:00
AJR
bf378e22f4 emumem: Correct logic in populate_mismatched_nomirror and populate_passthrough_nomirror. This fixes a bug causing watchpoints set on portions of the address space exceeding 16K to sometimes not fully cover the range. 2021-06-10 09:40:18 -04:00
Robbbert
5418036c28 New working software list additions
-----------------------------------
mbee_cart: Pascal [Robbbert]
2021-06-10 20:55:16 +10:00