dankan1890
bceb3e34f8
Fixed remove favorites via "configure machine" menu. (nw)
2016-09-13 16:25:27 +02:00
MetalliC
032ff5d544
Atomiswave developer and game names corrections (nw)
2016-09-13 15:55:30 +03:00
Miodrag Milanović
4d3d404d17
Merge pull request #1396 from npwoods/fix_jvc_header_buffer_overrun
...
Fixed a potential buffer overrun in the code that reads headers for the CoCo JVC disk image format
2016-09-13 13:35:46 +02:00
Nathan Woods
c51de7aa95
Fixed a potential buffer overrun in the code that reads headers for the CoCo JVC disk image format
2016-09-13 06:50:08 -04:00
Miodrag Milanović
0a5078ac07
Merge pull request #1395 from ajrhacker/m68340_get_cs
...
Memberize public non-member function of m68340cpu_device (nw)
2016-09-13 09:13:11 +02:00
AJR
6b05fa4b4f
Memberize public non-member function of m68340cpu_device (nw)
2016-09-13 00:50:47 -04:00
Lord-Nightmare
e879b60618
superqix.cpp: Shuffled around the super qix machine configs to make a bit more logical sense.
...
added a custom input member to clean up the mcu semaphore implementation for sqix and clones.
Added some notes about the sqixb1 mcu code origin. [Lord Nightmare]
Marked the recovered sqixb1 mcu dump good for that specific set as it matches a dump from a working pcb, and updated notes. [Lord Nightmare, Elgen]
2016-09-13 00:29:42 -04:00
Vas Crabb
9b88a353ba
Merge pull request #1393 from npwoods/view_container
...
Introduced an STL container for a view (util::view<T>), and changed opresolv to use it
2016-09-13 11:01:06 +10:00
Nathan Woods
aea10e0b4d
Alphabetizing the #include's, and added typedef's for the reverse iterators
2016-09-12 20:56:32 -04:00
Nathan Woods
86e242472f
Fixed some stupid errors
2016-09-12 20:45:43 -04:00
Nathan Woods
714b78d084
Folded util::contiguous_sequence_wrapper<T> into coretmpl.h, and fixing the reverse_iterators
2016-09-12 20:33:05 -04:00
Lord-Nightmare
1c7e5ed9fa
segahang.cpp: Very minor update about hangon pcb label based on auction pictures (n/w)
2016-09-12 20:26:38 -04:00
Nathan Woods
88c952adb3
Forgot to remove these m_ptr's
2016-09-12 18:45:10 -04:00
angelosa
0acf62b8f2
Fix #02349
2016-09-12 21:29:08 +02:00
angelosa
cebbc6258c
Fix 06368
2016-09-12 19:14:53 +02:00
hap
0f110097a3
Revert "chessmst: enabled use of proper external artwork [fhub]"
...
This reverts commit e23dde49d6
.
2016-09-12 18:42:48 +02:00
hap
84fad77d58
Revert "chessmst: removed wrong comments (nw)"
...
This reverts commit ec634c3189
.
2016-09-12 18:42:48 +02:00
angelosa
e89a7c78de
Fixed text tilemap char select enable and opacity in Combat School [Angelo Salese]
...
(Also fixes MT #00399 )
2016-09-12 18:07:07 +02:00
hap
ff33510ff7
New NOT_WORKING clone added
...
------------
Electronic Battleship (1977 version, model 4750A) [hap, Sean Riddle]
2016-09-12 17:18:08 +02:00
angelosa
ebd70cd0e8
SCREEN_RAW_PARAMS for Combat School, nw
2016-09-12 16:00:23 +02:00
Nathan Woods
524d750106
Implementing util::contiguous_sequence_wrapper<T>::[c]r[begin|end]()
...
...correctly (I think). Since we're not actually using this it isn't really tested
2016-09-12 07:51:15 -04:00
Nathan Woods
af1c5b26b8
Renamed util::view<T> to util::contiguous_sequence_wrapper<T>, changed ::iterator and ::const_iterator to just be pointers and other cleanups
2016-09-12 06:56:55 -04:00
Olivier Galibert
d8aa10fbc1
pcipc: sandbox for emulating a modern-ish pc (nw)
2016-09-12 11:55:16 +02:00
Vas Crabb
0036e43b7b
check characters in softlist setnames, fix errors (nw)
2016-09-12 16:21:16 +10:00
Lord-Nightmare
418e6242df
superqix.cpp: made hotsmash machine config derived from prebillian [Lord Nightmare]
2016-09-11 22:28:51 -04:00
Robbbert
d9de85ed95
New not working driver WIP (nw)
...
RC702
2016-09-12 11:18:46 +10:00
Lord-Nightmare
051f58226d
superqix.cpp: Unified memory map for prebillian and hotsmash [Lord Nightmare]
...
(out of whatsnew: also fixed a savestate related regression from last commit which broke sqix)
2016-09-11 18:45:21 -04:00
Lord-Nightmare
0a9524d9a8
superqix.cpp: improved MCU HLE for prebillian to use non-anonymous timers instead of scheduler hacks
...
consistencized the AY port bits for hotsmash and prebillian
got rid of hack mame_rand usage for the MCU semaphores in prebillian in favor of proper implementation
added notes about what the majority of the hotsmash MCU code actually does
changed the samplerate of the sample playback engine from 5khz to 3906hz which sounds more correct in hotsmash, and is directly derivable from the 12mhz pcb xtal [Lord Nightmare]
Add notes about what the various rams on hotsmash/prebillian and superqix actually do, including the framebuffer ram [Lord Nightmare, Corrado Tomaselli]
2016-09-11 12:33:28 -04:00
Peter Ferrie
8c82b113ea
apple2e.cpp: write-only soft-switches are write-only [Peter Ferrie]
2016-09-11 08:39:48 -07:00
Nathan Woods
91fb8f5bc3
Introduced an STL container for a view (util::view<T>), and changed opresolv to use it
2016-09-11 10:49:23 -04:00
MASHinfo
45206f04e2
New Crush Roller clone
2016-09-11 16:40:58 +02:00
Vas Crabb
d4744d24ec
Merge pull request #1389 from ajrhacker/whichinputs
...
witch: Sort out which inputs and outputs are which
2016-09-11 11:37:26 +10:00
Vas Crabb
407dede1a2
Merge pull request #1390 from npwoods/fix_null_option_guide
...
Subscripting std::array<..., 0> is bad; working around this specific case
2016-09-11 11:37:20 +10:00
briantro
b3adde5a48
new Chicken Draw Clone
...
New Clone Added
--------------------------------------------------------
Chicken Draw (2131-04, U5-0) [Brian Troha, The Dumping Union]
2016-09-10 18:02:14 -05:00
briantro
b7b10cc2a5
cave.cpp: Minor doc update - NW
2016-09-10 18:00:33 -05:00
arbee
16cd5d5dd4
New machines added or promoted from NOT_WORKING status
...
------------------------------------------------------
- Apple //e Enhanced (France) [robcfg, R. Belmont]
2016-09-10 18:47:04 -04:00
Nathan Woods
cc70910693
Subscripting std::array<..., 0> is bad; working around this specific case
2016-09-10 15:16:45 -04:00
AJR
d54703c6c5
Clarification regarding 8255s (nw)
2016-09-10 14:31:18 -04:00
AJR
2a99250616
witch: Sort out which inputs and outputs are which
...
- Use standard gambling input types where appropriate
- Identify "Attendant Pay" (keyout?) and payout switches
- Remove fake DIP switches
- Names of real DIP switches no longer all-caps
- Expand range of NVRAM
- Add two PPIs for I/O
- Partially implement hopper output
2016-09-10 13:18:01 -04:00
Nathan Woods
9a3ac8f6b8
Imgtool: Changed the Imgtool module list to be std::list
2016-09-10 12:17:36 -04:00
Nathan Woods
3534b0090a
Imgtool: C++-ized the imgtool_library object (now class imgtool::library)
2016-09-10 12:14:12 -04:00
Luca Elia
a4a5dbc5dd
New machines added or promoted from NOT_WORKING status
...
------------------------------------------------------
Star Audition [Guru, Luca Elia]
2016-09-10 17:20:58 +02:00
Luca Elia
0e49a17f3d
16-bit hook-up for the Sharp LH28F016S flash memory
2016-09-10 17:16:47 +02:00
fulivi
e39c05c165
imgtool: WIP on hp9845 tape: read done, write & del to be done
2016-09-10 15:52:06 +02:00
fulivi
0474948833
imgtool: WIP for hp9845 tape support
2016-09-10 15:52:06 +02:00
fulivi
68509a3191
hp_hybrid: added hp_hybrid & hp_5061_3001 to unidasm
2016-09-10 15:52:05 +02:00
smf-
cfc0aa49d3
fix for "warning C4390: ';': empty controlled statement found; is this the intent?" with MSVC (nw)
2016-09-10 09:15:28 +01:00
mahlemiut
fa0e6b3fbd
octopus: added more components, hooked up DIP switches. All systems tests now pass.
2016-09-10 15:51:48 +12:00
angelosa
52e5c4109a
Reversed shifts in dirtfoxj, nw
2016-09-10 04:39:03 +02:00
Scott Stone
5779e69dbd
a5200.xml: Commented set barbball which is already represented as an arcade protoype rom, even if it works in a stock Atari 5200. (nw)
...
coleco.xml: Commented set cbsmon for which I could not find any documentation on origin or validity. No screen shots of it working in any emulator either and doesn't have the telltale cart header "AA55/55AA". (nw)
Renamed select sets for Nintendo Vs. which cause -verifysoftware confusion with NES softlist titles due to shared setnames in the form of partial hits. This also tests the waters for expanded setnames for parents (nw)
2016-09-09 22:08:31 -04:00
Vas Crabb
b36662dbf2
check that driver names contain only [0-9a-z_] (nw)
2016-09-10 10:42:52 +10:00
Vas Crabb
6a2b41aa0b
Merge pull request #1332 from npwoods/option_guide_and_imgtool
...
option_guide C++-ification, touched up imgtool
2016-09-10 10:15:30 +10:00
MetalliC
92f1f661dd
rom labels (nw)
2016-09-09 21:02:02 +03:00
MetalliC
624fb374f1
Merge pull request #1385 from mamehaze/september2016
...
new clones NBA Jam Extreme (ver. 1.10I) [farzeno]
2016-09-09 20:30:00 +03:00
David Haywood
2ff470904c
new clones
...
NBA Jam Extreme (ver. 1.10I) [farzeno]
2016-09-09 17:24:05 +01:00
MetalliC
cb0f4465ec
naomibd notes
2016-09-09 15:58:19 +03:00
Vas Crabb
0e03164fc1
Merge pull request #1290 from npwoods/set_filetype_for_softlist_images
...
Now setting m_filetype for images loaded from softlists
2016-09-09 22:22:24 +10:00
MetalliC
f39004a1f9
photon2.cpp documentation update based on schematics research [Mick]
2016-09-09 15:13:02 +03:00
Nathan Woods
b5a2d1bc77
Changing an 'assert(false)' to 'throw false', so that this always errors even in non-debug builds
2016-09-09 06:59:54 -04:00
Nathan Woods
402d84ff34
Properly catching another out of memory condition
2016-09-09 06:29:40 -04:00
Vas Crabb
c083e36c41
Merge pull request #1370 from npwoods/conditionally_support_cmdline_imagecreate
...
Allows devices to indicate whether image creation should be supported at the command line
2016-09-09 19:57:34 +10:00
MetalliC
211e5f544d
sms.cpp: more accurate FM Sound Unit behavior [Enik Land]
2016-09-09 12:41:12 +03:00
Robbbert
3291684c2b
Increased max length of parent name to 16, for evaluation purposes. (nw)
2016-09-09 16:29:26 +10:00
R. Belmont
5ec43fd07c
Merge pull request #1357 from Risugami/master
...
Added LEDs to Hyperdrive layout
2016-09-08 16:31:28 -04:00
R. Belmont
aff04e4c60
Merge pull request #1373 from JoakimLarsson/fccpu30_10
...
Added interrupt support in DUSCC device, Force CPU30 board driver and…
2016-09-08 16:30:03 -04:00
R. Belmont
44e4ed61a7
Merge pull request #1374 from GiuseppeGorgoglione/master
...
gba_lcd: one bug fix and code refactoring
2016-09-08 14:13:27 -04:00
R. Belmont
fceaad2475
Merge pull request #1375 from MASHinfo/master
...
New Winners Circle clone
2016-09-08 14:12:55 -04:00
R. Belmont
b810c01fce
Merge pull request #1376 from jrieman/megaduck_snd_fix
...
Fix Mega Duck envelope and lfsr sound registers
2016-09-08 14:12:31 -04:00
R. Belmont
09e007a939
Merge pull request #1379 from MASHinfo/master
...
Fixed palette in Battles (set 1)
2016-09-08 14:12:16 -04:00
R. Belmont
4b0e2d59f6
Merge pull request #1380 from JoakimLarsson/e100_2
...
Esselte 100: Added rev2 layout and support for software RTC
2016-09-08 14:12:00 -04:00
hap
3c327e7f54
fidel6502: hooked up EAS speech chip. game still not playable
2016-09-08 19:55:05 +02:00
MetalliC
5cd3ba0e6b
naomi docs, add Altera's config eprom dump (nw)
2016-09-08 17:35:29 +03:00
Curt Coder
4230551e6c
pc1512: WIP. (nw)
2016-09-08 17:25:39 +03:00
MASH
34084426f4
Update xevious.h
2016-09-08 13:37:05 +01:00
MASH
d6c0e170bf
Update xevious.cpp
2016-09-08 13:35:43 +01:00
MASH
cf4a7660c0
Update galaga.cpp
2016-09-08 13:32:38 +01:00
mahlemiut
923faf6cb2
octopus: added some more components, pass a few more tests.
2016-09-09 00:14:22 +12:00
Joakim Larsson Edstrom
47a63a55c7
Added Esselte 100 rev2 layout
2016-09-08 11:50:51 +02:00
Robbbert
ec634c3189
chessmst: removed wrong comments (nw)
2016-09-08 18:52:04 +10:00
Robbbert
e23dde49d6
chessmst: enabled use of proper external artwork [fhub]
2016-09-08 18:46:36 +10:00
Vas Crabb
5922bd6aff
Merge pull request #1378 from ajrhacker/amusco_notes
...
amusco.cpp: Hardware notes (nw)
2016-09-08 13:48:52 +10:00
Vas Crabb
dd51df233f
Merge pull request #1377 from mamehaze/mpu4test3
...
flagrall needs START1 hooked up for the continue feature, even if it …
2016-09-08 13:47:46 +10:00
mahlemiut
e79465f0f2
octopus: correct CPU speeds, add Z80, add basic video output
2016-09-08 15:08:05 +12:00
AJR
9009021c8e
amusco.cpp: Hardware notes (nw)
2016-09-07 22:56:28 -04:00
David Haywood
e4f547735f
flagrall needs START1 hooked up for the continue feature, even if it isn't used to start the game (nw)
2016-09-08 03:45:46 +01:00
briantro
6dcfe97f71
mazerbla.cpp: Rom name corrections - NW
2016-09-07 19:24:30 -05:00
briantro
480ae0fb71
Merge branch 'master' of https://github.com/mamedev/mame
2016-09-07 19:23:32 -05:00
Lord-Nightmare
1214311326
comment update (n/w)
2016-09-07 20:22:59 -04:00
John Rieman
4f952f161f
Fix Mega Duck envelope and lfsr sound registers
...
I compared the sound register writes made by the Mega Duck
and Game Boy versions of Snake Roy and Pile Wonder. From that
I found that the nibbles of the evelope and lfsr registers
are reversed relative to the Game Boy. Emulating this makes the games
sound the same on both consoles.
2016-09-07 17:10:16 -07:00
briantro
a483b131d8
Merge branch 'master' of https://github.com/mamedev/mame
2016-09-07 18:54:35 -05:00
Lord-Nightmare
fed6bf9ce1
superqix.cpp: Got rid of timer hacks for z80<->mcu communication in hotsmash,
...
Implemented 68705 DDR registers, implemented proper readback of z80<->mcu semaphores,
Got rid of HOLD_LINE hack for NMI by implementing NMI ACK register,
Added more driver notes [Lord Nightmare]
2016-09-07 19:06:15 -04:00
cracyc
b38ca3b8e5
dwarfd: fix graphics (nw)
2016-09-07 17:32:44 -05:00
Joakim Larsson Edstrom
47366cd229
Add IRQ to get software RTC running, removed some unused members, added members to save states
2016-09-07 22:38:10 +02:00
angelosa
cc05921cdb
Fix cninjabl2 sound ROM hookup, nw
2016-09-07 19:12:02 +02:00
Brad Hughes
a61f82ab0d
Merge branch 'master' of https://github.com/mamedev/mame.git
2016-09-07 11:38:33 -04:00
Brad Hughes
db54570694
Each mouse should track its own double-click status (nw)
2016-09-07 11:37:32 -04:00
MASH
eb34e4ff13
Update mame.lst
2016-09-07 16:37:24 +01:00
angelosa
103ee8f8f4
Improved graphics in bagmanf set [Angelo Salese]
2016-09-07 17:36:42 +02:00
angelosa
99c3861c52
Assume pspikesba to have pin7 low, nw
2016-09-07 17:36:40 +02:00
angelosa
1c0943c643
Shooting Star protection info, nw
2016-09-07 17:36:39 +02:00