Commit Graph

57244 Commits

Author SHA1 Message Date
cam900
c0c4cd42f7 cbuster : Cleanup duplicates, Move spriteram buffer functions to buff… (#3223)
* cbuster : Cleanup duplicates, Move spriteram buffer functions to buffered_spriteram16_device, Remove unneeded rambank/shared ptr

* cbuster : Minor fix
2018-02-18 03:25:47 +11:00
Vas Crabb
ef5b933bf5 restore remnant of PCB conversion (nw) 2018-02-18 03:19:22 +11:00
cam900
28d8446c87 x1_010 : Change m_adr value name to m_xor Because it's actually Address Bit XOR value. (#3211)
* x1_010 : m_adr is just address xor, Move this to address map scheme
seta.cpp : Configurated M6502 Bankswitching

* Revert "x1_010 : m_adr is just address xor, Move this to address map scheme", This has fix code overload.
x1_010 : Convert m_xor instead m_adr, it's address xor value.
seta.cpp : Convert memcpy to std::copy
2018-02-18 03:05:06 +11:00
cam900
c6fd60e3d1 st0016 : Add object finder m_rom instead memregion(":maincpu") (#3214)
jclub2, srmp5: Accurate tag for CPUs, configurated ST0016 ROM Bankswitching
macs, simple_st0016, speglsht : Cleanup bankswitching
2018-02-18 03:01:07 +11:00
AJR
f7b0a9c5d7 brkthru: 6809 types (nw) 2018-02-17 10:19:59 -05:00
Ivan Vangelista
8351c97612 Decapped and dumped pic16f84 for Shizhan Ding Huang Maque (Version 4.1) [Team Caps0ff, EdHunter] 2018-02-17 15:59:57 +01:00
hap
93d965a734 unidasm: fix f8 endianness (nw) 2018-02-17 15:49:40 +01:00
AJR
d3952f9571 renegade, sidepckt: 6809 type identification (nw) 2018-02-17 02:42:10 -05:00
AJR
a27933029d cntsteer.cpp: CPU type (nw) 2018-02-17 02:17:16 -05:00
AJR
3beba3b394 bwing, compgolf: CPU type identification (nw) 2018-02-17 02:07:50 -05:00
AJR
d04db6d2f0 homedata: All of these should be 6809E (nw) 2018-02-17 01:52:39 -05:00
AJR
ac4481dc35 yunsung8.cpp: Soundlatch modernization (nw) 2018-02-17 01:39:49 -05:00
ajrhacker
01ec7cfefd
Merge pull request #3218 from DavidHaywood/160218
xavix - various cleanups / refactoring and monster truck improvements
2018-02-17 01:20:47 -05:00
ajrhacker
6236233c87
Merge pull request #3221 from cam900/patch-2
pokey.cpp : Typo
2018-02-17 01:20:08 -05:00
AJR
72ad974876 vaportra: Soundlatch modernization and code cleanup (nw) 2018-02-17 01:14:11 -05:00
briantro
add7e239f1 new clones added
leland.cpp: Massive ROM name corrections. [Brian Troha]

New Working Clone Added
------------------------------------------
Quarterback (rev 1, cocktail) [Brian Troha, The Dumping Union]

New Nonworking Clone Added
---------------------------------------------
Ironman Ivan Stewart's Super Off-Road (rev 3) [unknown]
2018-02-17 00:00:17 -06:00
AJR
eca3062fae darkseal: Clean up "control" handlers (nw) 2018-02-17 00:57:35 -05:00
cam900
9e15591d5f
pokey.cpp : Typo 2018-02-17 14:27:23 +09:00
AJR
47f7a82ce8 Build fixes (nw) 2018-02-17 00:25:05 -05:00
cam900
2fd82e2c6b itech32.cpp : Fix sound outputs with allocated PCB sound output connectors (#3210)
itech32.h : Typo
2018-02-17 00:09:38 -05:00
MASH
4f99d2e4de raiden2.cpp: Fixed missing sound effects / soundmap ordering (#3219) 2018-02-17 00:07:24 -05:00
cracyc
b55dc7eca8 olyboss: get booting (nw) 2018-02-16 22:26:51 -06:00
cracyc
14274e96da olyboss: video int (nw) 2018-02-16 17:37:43 -06:00
cracyc
72280ec012 New not working
------------
Olympia Boss B 8085 [Carl, rfka01]
2018-02-16 17:02:56 -06:00
David Haywood
86b4fbc04e xavix - various cleanups / refactoring and monster truck improvements (nw) 2018-02-16 17:54:37 +00:00
Ivan Vangelista
b0bc2583cb devices/video: some private-ization (nw) 2018-02-16 17:45:06 +01:00
angelosa
8c753984e1 badlandsbl.cpp: Cleanups, improve sound (nw) 2018-02-16 15:57:33 +01:00
David Haywood
247097dcfc xavix - allow monster truck to render bg tilemap as 7bpp packed data too (#3212)
* xavix - allow monster truck to render bg tilemap as 7bpp packed data too

* clearly 2 sets of tile registers (nw)

* neater way of doing this (nw)

* improved handling of some vregs (nw)

* resolution / wraparound fixes (nw)

* improved background rendering (nw)

* flipped sprite positioning (nw)

* whatever this is, it's weird (nw)

* palette is in the packet too (nw)

* still weird.. (nw)
2018-02-16 07:51:29 -05:00
AJR
a432ad0a28 wizdfire: Update notes (nw) 2018-02-16 07:47:57 -05:00
angelosa
3078a19742 Merge branch 'master' of https://github.com/mamedev/mame 2018-02-16 13:34:55 +01:00
cam900
94ba7476a2 rohga : Cleanup IO and Protection Handling, Cleanup duplicates, Add notes, Remove outdated comments (#3215) 2018-02-16 07:34:08 -05:00
angelosa
08399c08f0 Fix arcade.flt 2018-02-16 13:34:00 +01:00
AJR
46ec69b5b1 pmac6100: The boot chime plays now, but sounds really awful (nw) 2018-02-16 07:32:29 -05:00
cam900
38854e7d80 deco32 : Cleanup duplicates, Remove unneeded shared_ptr, Add notes, Con… (#3216)
* deco32 : Cleanup duplicates, Remove unneed shared_ptr, Add notes, Convert m_spriteram16*/m_spriteram16_buffered*/m_pf_rowscroll* to std::unique_ptr, Rowscroll RAM size allocated to memory mapped size
lockload : Improve OKI Bankswitching, Add notes
Demote Dragon Gun with MACHINE_IMPERFECT_SOUND, because OKI3 bankswitching aren't verified

* deco32 : Minor fix

* deco32 : More cleanups

* deco32 : Move m_oki2_bank to dragngun_state

* deco32 : Fix IOPORT Tags to captaven

* Fix deco32.cpp ioport tags when "DSW" aren't actually dip switch
2018-02-16 07:29:10 -05:00
AJR
ebf9b4a11d saturn: Fix regression due to an unexpected CDDA dependency (nw) 2018-02-16 00:09:49 -05:00
cracyc
de30d96e4c olyboss: experiment with fdd settings (nw) 2018-02-15 22:49:06 -06:00
AJR
c12f2ee58d Set up heavily mirrored memory ranges with subunit masks (e.g. orunners) much more efficiently 2018-02-15 22:04:17 -05:00
briantro
555adf0f14 ms32.cpp: spelling (nw) 2018-02-15 20:06:40 -06:00
smf-
1cf1c7f551 No, just no. (nw) 2018-02-15 22:43:42 +00:00
smf-
c4f6f90ff8 Popeye: Fixed TPP2 test mode background. [smf] 2018-02-15 21:39:23 +00:00
angelosa
852a6533e9 badlandsbl.cpp: added preliminary sprite drawing [Angelo Salese] 2018-02-15 21:01:21 +01:00
cracyc
12d7ed9a75 olyboss: get programs running (nw) 2018-02-15 12:32:20 -06:00
Ivan Vangelista
7d333b2604 new not working machine
-------------------------------------
Sekai Kaseki Hakken (Japan, SKH1 Ver.A) [coolmod, The Dumping Union]
2018-02-15 19:19:48 +01:00
Ivan Vangelista
504dbe7b1a devices/machine: some private-ization (nw)
+ removed some duplication
2018-02-15 19:05:05 +01:00
angelosa
d846c04d02 Split badlandsbl into own file (nw)
(TODO: badlands_molayout doesn't want to link for some reason, for now I split defs into both files)
2018-02-15 18:12:55 +01:00
Olivier Galibert
2ad89d83d2 Remove duplicates (nw) 2018-02-15 17:06:32 +01:00
angelosa
301777d70e Revert "quick look", enjoy (nw) 2018-02-15 14:39:56 +01:00
AJR
9346c95f03 stvcd: Note HLE in device name (nw) 2018-02-15 08:27:45 -05:00
AJR
7d201e2e08 Revert "Merge satcdb skeleton device with stvcd"
This reverts commit 431de71d20.
2018-02-15 08:26:30 -05:00
Olivier Galibert
dfe4205d4b Fix minor duplication (nw) 2018-02-15 09:03:52 +01:00