Commit Graph

56828 Commits

Author SHA1 Message Date
angelosa
aa1de63575 Bulk replace afega -> afega_map (nw) 2018-01-27 20:41:43 +01:00
angelosa
040ffd5006 Note (nw) 2018-01-27 20:41:41 +01:00
arbee
87be177ec3 mac: preliminary working but imperfect sound for maclc3 [R. Belmont] 2018-01-27 14:19:40 -05:00
Olivier Galibert
20eedd9cf4 More misc stuff (nw) 2018-01-27 19:03:00 +01:00
smf-
663e08afd9 I still don't know where it is, but I know where it's not (nw) 2018-01-27 17:53:47 +00:00
Olivier Galibert
df32deeb6a Misc stuff (nw) 2018-01-27 18:08:19 +01:00
smf-
10be5d8c1d Popeye, Moved protection save state into driver_start() leaving driver init for decryption, combine sprite proms & invert bootleg proms in the rom load, bank the sprite palette & only update the palette if the bank register changes, draw background directly into bitmap & include the area above the background buffer (although it's not clear exactly where the values are fetched from on real hardware). [smf] 2018-01-27 16:08:50 +00:00
MetalliC
9698154172 temp workaround for gcc 7.3 (nw) 2018-01-27 17:40:38 +02:00
David Haywood
ff61c2c50d framework for adding 'gamebooster' (need to figure out how it actually works / maps tho) (#3134)
* fix/tidy tvboy driver (nw)

* missed file (nw)

* framework for adding 'gamebooster'  (need to figure out how it actually works / maps tho) (nw)
(code based on zx spectrum expansion port code)

* (nw)

* lost a line (nw)

* allow it to run (nw)

* continued work (nw)

* mame64 psj -parallel gamebooster -cart tetris  now works

* rm outdated (nw)

* remove unneeded code (nw)

* limit accesses, log unexpected ones, might have custom banking (nw)

* write bytes in an order that keeps the gb code happier , sml boots (nw)
2018-01-27 10:17:37 -05:00
Brandon Munger
9560cc97d9 r9751: Add keyboard input queue and add CBX OS stack tracing (#3106)
* r9751: Add keyboard input queue and add CBX OS stack tracing

* r9751: Additional fixes
2018-01-28 02:03:06 +11:00
r09
c0b35fe8c1 fmtowns softlists: documented all non-working items, minor fixes (#3140)
* fmtowns softlists: documented all non-working items, minor fixes

* forgot about this
2018-01-28 01:46:44 +11:00
AJR
c84f40a899 Fix debug build (nw) 2018-01-27 08:55:26 -05:00
Vas Crabb
77ff2527c1 bad Vas (thanks hap) (nw) 2018-01-28 00:47:13 +11:00
Vas Crabb
aecf472210 fixup (nw) 2018-01-28 00:37:09 +11:00
Vas Crabb
4b7016ddc9 (nw) don't get hit by the bus - remove unnecessary reset calls, improve error checking 2018-01-27 23:55:45 +11:00
Vas Crabb
b3a0566e93 less cramped (nw) 2018-01-27 19:45:36 +11:00
Vas Crabb
af7aba7d6f playch10: expose countdown LEDs through output system and render with artwork 2018-01-27 19:29:02 +11:00
Vas Crabb
5b939d1d37 a2bus, spectrum/exp: set a better example (nw) 2018-01-27 18:16:10 +11:00
briantro
f62e2dd925 gaelco2.cpp: Minor corrections to PCB layouts (nw) 2018-01-27 00:55:44 -06:00
cracyc
31dde10137 dwarfd: show as 8x8 (nw) 2018-01-26 16:58:56 -06:00
mahlemiut
6419555382 mach32: correct display of 16bpp video mode in Windows 9x (hardware pointer still needs work) 2018-01-27 11:53:41 +13:00
cracyc
c2517410e7 dwarfd: remove unnecessary gfx expand code, the interpolation is impossible to properly display in the gfx display anyway (nw) 2018-01-26 16:31:25 -06:00
Nigel Barnes
724150c853 New working software list additions
-----------------------------------
electron_cart: Advanced Battery-Backed RAM
electron_flop: P.R.E.S. ADFS E00, Advanced Electron DFS E00

New NOT_WORKING software list additions
---------------------------------------
eletron_cart: Advanced Quarter Meg RAM, Slogger Electron Disk System

Software list items promoted to working
---------------------------------------
electron_cart: Click, Pegasus 400
2018-01-26 21:04:33 +00:00
Nigel Barnes
4143172f7c electron: Re-implemented cartridge slot device, and added cartridge devices:
- Standard cartridge (2x16K ROM)
- Advanced Battery-Backed RAM (ABR)
- Slogger Click
- Slogger Pegasus 400
2018-01-26 21:04:33 +00:00
Nigel Barnes
9e00075f3a Remove tagmap lookups (nw) 2018-01-26 21:04:33 +00:00
Nigel Barnes
62e9f9fef5 atom_cass: all not supported, until uef_cas is improved (nw) 2018-01-26 21:04:33 +00:00
angelosa
780d0a14c7 taito_f3.cpp: Removed outdated kludge for Darius Gaiden [Angelo Salese] 2018-01-26 21:17:06 +01:00
AJR
e3ca055051 mtlchamp, psikyo4 fixes (nw) 2018-01-26 13:56:15 -05:00
DESKTOP-LP5JPA4\dbtlr
1018817124 psikyo4:Cleanup YMF278B banking 2018-01-27 05:11:08 +11:00
AJR
a01000a32c tv912: Add note and MACHINE_IMPERFECT_GRAPHICS flag (nw) 2018-01-26 11:24:18 -05:00
hap
add0c3b9e7 search-replace .0_?Hz_XTAL to _?Hz_XTAL (nw) 2018-01-26 15:37:44 +01:00
cam900
b07ba89294 vgmplay : Allow HuC6280 stereo output (#3130) 2018-01-26 23:27:35 +11:00
Vas Crabb
398c29c5cf Work around glibstdc++ allocator not dealing with T & being the same thing as T const & because T is already const-qualified. Note that this makes the code less safe because modifying elements of the list can cause the addresses of the data to change. (nw) 2018-01-26 23:14:41 +11:00
Oliver Stöneberg
1d43f59955 fixed some Coverity "Identical code for different branches" warnings (#3094)
* tools/imgtool/filtbas.cpp: fixed Coverity "Identical code for different branches" warning (nw)

* mame/video/decbac.cpp: fixed Coverity "Identical code for different branches" warnings (nw)

* Revert "mame/video/decbac.cpp: fixed Coverity "Identical code for different branches" warnings (nw)"

This reverts commit bdc1761996b8ead3ee7b0233a41ad0eff6f58311.
2018-01-26 22:33:08 +11:00
firewave
38d1b54726 winmain.h: removed unused macro (nw) 2018-01-26 21:15:05 +11:00
AJR
93cc49dfb8 timeplt_audio: Move soundlatch down into device, since it's actually part of the board (nw) 2018-01-26 04:10:36 -05:00
Vas Crabb
98577c3b15 more implicit XTAL construction (nw) 2018-01-26 20:07:01 +11:00
AJR
0182f6150c A farewell to machine_config_constructor (nw) 2018-01-26 03:45:44 -05:00
Vas Crabb
1ffe721b0f misc fix/cleanup (nw) 2018-01-26 19:26:51 +11:00
Vas Crabb
b63c459902 that's a time, not a crystal, and I'm not doing eight overloads (nw) 2018-01-26 18:29:09 +11:00
Vas Crabb
1c92473f25 let's be dimensionally correct 2018-01-26 18:02:29 +11:00
RobertoFresca
3490320d58 Good bye Ypovrixio... 2018-01-26 04:00:12 -03:00
RobertoFresca
d5bef691cb Merge branch 'master' of https://github.com/mamedev/mame 2018-01-26 03:53:22 -03:00
RobertoFresca
39b50f5263 Neraidoula: Added technical notes about tiles
from another game inside the graphics ROMs.
Also changed the game description to just
Neraidoula. The rest of former description
never was part of the title. [Roberto Fresca]
2018-01-26 03:52:36 -03:00
Vas Crabb
a9a9c45871 less reliant on PCH, more constexpr, allow 16_MHz_XTAL without decimal point (nw) 2018-01-26 17:43:44 +11:00
RobertoFresca
924bfad07e Kurukuru.cpp: Added the japanese names to the
notes about Pyon Pyon series. [Roberto Fresca]
2018-01-26 01:04:24 -03:00
RobertoFresca
b6002a90ca Super972: Added technical notes... 2018-01-26 00:48:57 -03:00
RobertoFresca
7fc9000245 goldstar.cpp: Extended the lucky8 and derivatives
maincpu region size from 0x8000 to 0x10000. Also
defined the offset range C000-F7FF as ROM space
(needed for some sets) [Roberto Fresca]

New clones marked as NOT_WORKING
----------------------------------
Super 97-2 (Witch Bonus) [Roberto Fresca, Ioannis Bampoulas]
2018-01-26 00:36:17 -03:00
AJR
1477b7c94a vgmplay.cpp: Fix compile; massive cleanup of duplicated code using templates and device finder arrays (nw) 2018-01-25 21:22:06 -05:00
cam900
6b10d9bad7 vgmplay : Dual OKIM6295s, NMK112 banking support (#3114)
* vgmplay : Implement NMK112, Dual OKIM6295 Chip Support

* oops

* typo
2018-01-25 20:51:48 -05:00