AJR
da89d9ee5b
am9513: Counters 1 and 5 are indeed treated as adjacent (nw)
2017-10-06 20:21:23 -04:00
ajrhacker
ffc5b2c3b6
Merge pull request #2696 from BraiNKilleRGR/master
...
Small fixes to general info panel on internal UI
2017-10-06 20:07:27 -04:00
AJR
04722f2fcf
Actually make sure OSD options are included when saving through UI
2017-10-06 19:46:11 -04:00
ajrhacker
83a7019e8a
Merge pull request #2703 from jfdelnero/master
...
Fix main interrupt flag.
2017-10-06 19:34:22 -04:00
angelosa
6460f2bbec
huc6270.cpp: VRAM is actually only 0-0x7fff, area 0x8000-0xffff is open bus and cannot be written to (fixes MT #06622 , #06696 , Ruin / Exile / Championship Rally video garbage bugs) (nw)
2017-10-07 00:54:36 +02:00
Jean-François DEL NERO
ae4fc1fcbf
Fix main interrupt flag.
2017-10-07 00:41:32 +02:00
hap
6c7d397655
hh_sm510: making background artwork external anyway (nw)
2017-10-06 23:36:00 +02:00
npwoods
3f144b2861
Fixed an options overhaul regression ( #2530 )
...
This crash (discovered by Wizz) had the following symptoms:
1. Start MAME
2. Choose "Configure Machine"
3. Choose "Video Options"
CRASH
This was the result of the options editor not having a fully formed list of options where it was expecting one. The fix is to change the declaration of emu_options to one that have full OSD options (it is possible that SDLMAME needs something slightly different)
I created a osd_setup_osd_specific_emu_options(emu_options &) function that given an emu_options, will slap on system specific options. I see this as only marginally less gross, and I have zero opinion on whether this should be changed to return an emu_options (rather than have a reference parameter), be a static method on emu_options, or what have you.
2017-10-06 13:54:10 -04:00
AJR
6e30c05c88
am9513: Implement time-of-day mode
2017-10-06 13:26:51 -04:00
Ivan Vangelista
4c4adc4dd4
New working clone
...
--------------------------------------
Super Hang-On (Hang-On conversion, Beta bootleg) [Cmonkey]
2017-10-06 18:10:08 +02:00
Ivan Vangelista
61c81d93b3
taitoair.cpp: dumped ainferno's Controller PCB ROM [ShouTime, The Dumping Union]
2017-10-06 18:09:01 +02:00
Ivan Vangelista
b1ff9438ec
New not working machine
...
--------------------------------------
Ton Puu Mahjong [ShouTime, The Dumping Union]
This is only a skeleton driver. ShouTime will keep the PCB only for a few more days, so if someone has the time to have a look.. (nw)
2017-10-06 18:06:34 +02:00
Robbbert
968f548b2a
(nw) more cleanups
2017-10-07 02:46:02 +11:00
ajrhacker
5106fe7a5a
Merge pull request #2701 from nplanel/fixup-timerC-mc68901
...
mc68901 : fix TCDCR register
2017-10-06 11:34:32 -04:00
Robbbert
82edf4ebba
(nw) cleanups
2017-10-07 00:30:30 +11:00
Robbbert
d09e8e345d
ts803 : fixed and used z80sti; cleanup and notes.
2017-10-07 00:28:05 +11:00
Nicolas PLANEL
ece6be80eb
mc68901 : fix TCDCR register
...
bits 6-4 are used for timer C
bits 2-0 are used for timer D
https://www.nxp.com/docs/en/reference-manual/MC68901UM.pdf page 43
Signed-off-by: Nicolas PLANEL <nplanel@redhat.com>
2017-10-06 23:46:59 +11:00
MetalliC
d4d1b51381
segas32.cpp: alien3j uses older sound CPU ROM, while World and US sets use rev. A (nw)
2017-10-06 14:57:40 +03:00
RobertoFresca
bc24ffa108
Note Chance: Added a lamps panel for debugging purposes.
...
Also added notes about some inputs [Roberto Fresca]
2017-10-06 01:10:54 -03:00
angelosa
a658d2de71
Improve previous commit (nw)
2017-10-06 02:42:06 +02:00
AJR
2d1d60bf75
sdk85: Full system name (nw)
2017-10-05 17:36:25 -04:00
AJR
6c0fdfc525
sdk85: Add address-latched memories (nw)
2017-10-05 17:18:53 -04:00
hap
36c6ee6a2f
New working machine added
...
------------
Batman (Tiger handheld) [hap, Sean Riddle]
2017-10-05 20:05:21 +02:00
Robbbert
89f6068745
(nw) sbrain : can boot from floppy, added keyboard, notes.
2017-10-06 04:11:37 +11:00
ajrhacker
5c7b332c33
Merge pull request #2699 from CecilHarvey/master
...
dynax.cpp: (tenkai) fix credits lost after exiting the game.
2017-10-05 08:15:45 -04:00
Wei Mingzhi
ce7ac5a019
dynax.cpp: fix credits lost after exiting the game.
...
The game checks for the the string "A WARNING.IF YOU COPY OUR ITEMS,WE REVENGE BY ALL MEANS." at address 0x6E17, and will reset everything if the string does not match.
I'm not sure what the exact nvram address is, but at least this works.
2017-10-05 17:12:15 +08:00
AJR
03bb00d9d4
stv.cpp: Further disentanglement from saturn_state (nw)
2017-10-05 01:16:38 -04:00
AJR
fbcd20b8da
saturn.cpp/stv.cpp: Remove unused array (nw)
2017-10-05 00:59:22 -04:00
AJR
12c18dcd06
8085dasm.cpp: Formatting consistency (nw)
2017-10-05 00:49:18 -04:00
angelosa
5d6fcb0d8d
smpc.cpp: simulate SETTIME bit behaviour if an invalid NVRAM data is found for Sega Saturn like original HW does. [Angelo Salese]
...
* Now all Sega Saturn romsets calls the BIOS setup if NVRAM is uninitialized. This is intended behaviour and sets up proper defaults like Japanese language for saturnjp set.
2017-10-05 06:16:03 +02:00
AJR
9628bda4fb
8085dasm.cpp: Correct a few opcode names (nw)
2017-10-04 23:51:23 -04:00
angelosa
0a212f58c8
saturn.cpp: rewritten SMPC into a device [Angelo Salese]
...
(out-of-whatsnew: added remaining devices, removed almost all trampolines, cleanups, merge implementations between ST-V and Saturn)
2017-10-05 05:10:34 +02:00
angelosa
d6dbbe5454
smpc.cpp: execute commands internal to the device for ST-V (nw)
2017-10-05 05:10:31 +02:00
angelosa
b6f6b3bfd1
smpc.cpp: move IREG & OREG to internal device state (nw)
2017-10-05 05:10:29 +02:00
angelosa
27f564762a
smpc.cpp: reset/halt/nmi lines delegation (nw)
2017-10-05 05:10:27 +02:00
angelosa
e09bcca8ae
saturn.cpp: SMPC device-ification part 1 (nw)
2017-10-05 05:10:25 +02:00
AJR
a5c860a5cf
tecmo16.cpp: Soundlatch modernization (nw)
2017-10-04 22:37:32 -04:00
Dagarman
e6331b45c0
add apple2_cass tapes ( #2698 )
2017-10-04 20:03:12 -04:00
AJR
40170ad954
amerihok: Add note; remove copyright as requested (nw)
2017-10-04 18:19:13 -04:00
AJR
f4b853d2f9
amerihok: Make this play a few noises (nw)
2017-10-04 16:06:48 -04:00
Curt Coder
fa612073a6
abc800: Added skeleton for Databoard 4112-23 floppy disk controller. [Curt Coder]
2017-10-04 21:21:37 +03:00
ajrhacker
4e440057dc
Merge pull request #2697 from pmackinlay/i82072
...
upd765: special case i82072 drive busy bit handling (nw)
2017-10-04 10:35:02 -04:00
Vas Crabb
64ac8e474c
Improve PORT_CHAR for US Apple IIe/IIc
2017-10-05 01:10:44 +11:00
Patrick Mackinlay
d7dc7f668b
upd765: special case i82072 drive busy bit handling (nw)
...
Fixes http://mametesters.org/view.php?id=6689 .
2017-10-04 20:12:25 +07:00
MetalliC
d958e620a2
naomi.cpp: convert last remaining key data to PIC binary (nw)
2017-10-04 14:30:44 +03:00
RobertoFresca
41ff5f675a
Note Chance: There is not a resonator, so OKI clock is derived
...
from main crystal [Roberto Fresca]
2017-10-04 03:36:35 -03:00
RobertoFresca
606c689ec1
Merge branch 'master' of https://github.com/mamedev/mame
2017-10-04 02:36:47 -03:00
AJR
8625611d2b
z8: Fix disassembly of LDE Irr, r
2017-10-04 01:31:06 -04:00
RobertoFresca
e6d416039c
Merge branch 'master' of https://github.com/mamedev/mame
2017-10-04 01:47:18 -03:00
RobertoFresca
3b0d84d95c
Note Chance: Added crystal/oscillator to the harcoded list [Roberto Fresca]
2017-10-04 01:46:25 -03:00