ajrhacker
f0d27bc603
Merge pull request #4865 from clawgrip/patch-2
...
daryde.cpp: Add "Panther Darts" PCB layout (nw)
2019-04-07 23:43:08 -04:00
braintro
ce3db9d731
Documentation update for Moon War II based on eBay auction pic (nw)
2019-04-07 22:04:55 -05:00
yz70s
8a266681d3
Remove an initialization order warning (nw)
2019-04-07 23:14:04 +02:00
yz70s
69fb0d0e99
nforcepc.cpp: udate to match the athlon xp changes (nw)
2019-04-07 23:14:03 +02:00
yz70s
03e88d6696
i386.cpp: athlon xp updates to memory access (nw)
...
Now athlon xp supports WrMem and RdMem bits in fixed range MTRRs
Accesses to the first megabyte can be directed to system memory (ram) or
memory-mapped-io (mmio) (the pci bus)
Above 1mb accesses below the top_mem MSR address ram the others mmio
At reset everyting is directed to mmio
Addresss spaces work in the following way
AS_PROGRAM is used for ram
AS_DATA is used for mmio
AS_OPCODES is used by the debugger disassembler and in memory views to
look at the memory contents from the point of view of the
microprocessor, including the cache
Also some class members have been added to the save state
2019-04-07 23:14:00 +02:00
AJR
702b45b1bc
m37710: Replace I/O space with callbacks
...
namcos22.cpp: Separate System Super 22 state class (nw)
2019-04-07 17:08:11 -04:00
hap
a60f8ba71d
ay8910: changed my mind on prev i/o bandaid, it's too dangerous: port read callback implies read strobe, but it doesn't do that on port direction write (nw)
2019-04-07 22:16:27 +02:00
Olivier Galibert
045eaae387
amiga: add mirrors to get the vectors [O. Galibert]
2019-04-07 22:10:49 +02:00
R. Belmont
783a1d3f9f
Merge pull request #4864 from cam900/z80pio_args
...
z80pio.cpp : Simplify handlers, Reduce duplicates
2019-04-07 14:19:45 -04:00
ClawGrip
cd25024de1
daryde.cpp: Add "Panther Darts" PCB layout (nw)
2019-04-07 19:52:11 +02:00
couriersud
3a06c9e474
Fix kidniki schematics after review.
...
The kungfu master schematics differ from the kidnik schematics in
wiring D4, D5 and Q4 with other components. The manual corrections
to the kungfu master schematics make sense and thus are used here.
opamp XU1.B according to schematics has no feedback loop between
output and inputs. The arrangement of components in the schematic
however indicate that this is not the case and indeed a connection
exists. This results in sounds at output XU1.14 to contain more
detail.
2019-04-07 19:14:30 +02:00
couriersud
c6eebfaa0a
netlist: Add LM2902, code refactoring. (nw)
2019-04-07 19:12:51 +02:00
couriersud
58e6383ada
netlist: MB3614 again, function controlled VARCLOCK and other
...
improvements.
- fix MB3614 parameter
- Added VARCLOCK which derives step size from function
- optimized function handling in CS and VS
- fixed a bug in ppreprocessor
- add trunc to pfunction
- added opamp_amplification_curve to derive characteristic
amplification curve
2019-04-07 19:09:48 +02:00
couriersud
140dc2237e
netlist: TYPE=2 opamp model and MB3614 fixes.
...
- Untie diode code
- Fix some typos
- add TYPE=2 opamp model which omits output voltage limitation
Useful for determining causes of non-convergence
- Fix MB3614 opamp parameters to match datasheet
2019-04-07 19:08:33 +02:00
hap
24c53ebe1b
hh_tms1k: added ginv.svg (nw)
2019-04-07 14:44:22 +02:00
Vas Crabb
7cc3923831
fix build with clang, clean up some random stuff (nw)
2019-04-07 17:22:19 +10:00
cam900
97f0c6ba0a
z80pio.cpp : Simplify handlers, Reduce duplicates
2019-04-07 12:40:06 +09:00
Ted Green
6c27623726
vegas: Changed serial number for nbagold, fixes hang starting blitz 2000. (nw)
2019-04-06 19:44:05 -06:00
hap
71cf2a5e8a
make upyoural al clone of alleymas (nw)
2019-04-06 23:17:42 +02:00
Roberto Fresca
45df11f233
Take out the not working flag...
2019-04-06 23:16:26 +02:00
hap
1a0c2fff6e
leland: fix alleymas missing gfx regression (nw)
2019-04-06 23:09:23 +02:00
Martin Vilcans
e57e16cb53
Flash latches the color as on real QL ( #4849 )
...
* Flash latches the color as on real QL
* Correct brace style
2019-04-06 16:24:04 -04:00
Ted Green
43c7b9d8bb
MIPS3: Add divide by zero floating point exception (nw)
2019-04-06 13:50:26 -06:00
hap
caa8d04ced
New softwarelist additions
...
-----------
intellect02:
Chess (4 levels) [hap, Berger]
2019-04-06 21:23:15 +02:00
Ted Green
d890319806
Add ability to throttle HDD DMA transfer speed. Fixes MT07242
2019-04-06 12:34:18 -06:00
Roberto Fresca
f4a57bf2cc
More Fun World improvements... [Roberto Fresca]
...
- Marked royalcrdc graphics ROM roj.ic26 as bad dump.
address line 08 is faulty, so you have 0x100 bytes blocks repeated
along the dump.
- Reworked jolycdig and added default NVRAM.
- Added button-lamps support to jolycdig & jolycdab.
Both games were promoted to working state.
- Added technical and game notes.
Machines promoted to working
----------------------------
Jolly Card (Austrian, Fun World, bootleg) [Roberto Fresca, Grull Osgo]
Jolly Card (Italian, bootleg, set 2) [Roberto Fresca, Grull Osgo]
2019-04-06 20:00:03 +02:00
Olivier Galibert
0457b39872
*DUH*
2019-04-06 19:27:52 +02:00
cam900
0d6e8fb14d
sandscrp.cpp : Simplify handlers, Use shorter / correct type value, Fix some namings ( #4742 )
...
Reduce some unnecessary lines
2019-04-06 12:22:53 -04:00
R. Belmont
39dd5bd55c
Merge pull request #4863 from cam900/tc0100scn_intgfx
...
tc0100scn.cpp : Updates
2019-04-06 12:22:23 -04:00
Olivier Galibert
8e551e167c
emumem: Remove obsolete alignement limit
...
emumem_mud: Correct start/end on big endian
apollo, fccpu20, fccpu30: Correct vector lookup address
pic8259: Avoid reacting to debugger reads [O. Galibert]
2019-04-06 14:25:43 +02:00
AJR
f2f1643c45
z8: Add register pairs to debug state
2019-04-06 08:15:25 -04:00
hap
ba9b483bbb
New working machine added
...
--------
Invader (Gakken, cyan version) [hap, Sean Riddle, hydef]
(game works, SVG is still WIP)
2019-04-06 13:01:58 +02:00
cam900
dd82e0eda8
tc0100scn.cpp : Updates
...
Internalize text GFX, Reduce duplicates, unnecessary values and functions, Make some draw routine related to cliprect, Correct type value, Fix spacing
2019-04-06 17:53:39 +09:00
Ivan Vangelista
1567d09701
new working clones
...
-----------------------------------
Dock Man (set 2) [Andrew Welburn, The Dumping Union]
Dock Man (set 3) [Andrew Welburn, The Dumping Union]
2019-04-06 10:02:50 +02:00
cam900
5376ad42af
hotblock.cpp : Updates ( #4719 )
...
Remove MCFGs, Simplify handlers, Use address_bank_map_device for video bank function
2019-04-06 08:54:07 +02:00
AJR
e71304e142
New machines marked as NOT_WORKING
...
----------------------------------
Panther Darts [jordigahan, ClawGrip, Dumping Union]
2019-04-05 23:50:19 -04:00
AJR
2ffb8aa126
tmspoker: Add preliminary CRU I/O (nw)
2019-04-05 20:54:37 -04:00
AJR
922205c657
jubileep: Fix CRU address that acknowledges interrupt (nw)
2019-04-05 20:05:32 -04:00
Robbbert
befd92e2fe
(nw) pencil2 : noticed an extra cart in a blurry photo
2019-04-06 10:24:10 +11:00
Roberto Fresca
fa5087de6c
Improvements to Royal Card (Italian, Dino 4 hardware, encrypted).
...
- Added default NVRAM.
- Promoted the game again to Working.
- Added technical and game notes.
2019-04-06 00:15:23 +02:00
Michael Zapf
bef723c03d
tms99xx: Added missing initialization of m_ready_bufd; modernized logging. (nw)
2019-04-06 00:01:27 +02:00
AJR
845d1fbffa
Misc. build fixes (nw)
2019-04-05 17:06:43 -04:00
cam900
995aabaeff
kaneko_spr.cpp : Updates ( #4749 )
...
Simplify handlers, Fix namings, Use shorter type vales
2019-04-05 16:49:44 -04:00
R. Belmont
3d9baae4f4
Merge pull request #4851 from cam900/patch-88
...
tc0480scp.cpp : Default mem_mask values
2019-04-05 16:46:22 -04:00
R. Belmont
6281fb3cab
Merge pull request #4852 from cam900/tc0100scn_args
...
tc0100scn.cpp : Updates
2019-04-05 16:46:04 -04:00
R. Belmont
1ff2bb92d4
Merge pull request #4853 from cam900/tc0480scp_intgfx
...
tc0480scp.cpp : Updates
2019-04-05 16:45:52 -04:00
R. Belmont
0e11db86b4
deniam.cpp : Updates ( #4857 )
...
Simplify handlers, Fix freezing screen behavior, Reduce runtime tag lookups, Use shorter type values, Reduce unnecessary lines
2019-04-05 16:45:39 -04:00
cam900
8e062e927f
aica.cpp, aicadsp.cpp : Updates ( #4858 )
...
* aica.cpp, aicadsp.cpp : Updates
device_rom_interface for PCM and DSP memory, Fix code styles, Fix some namings, Reduce unnecessary lines, Reduce unused values, Use shorter/correct type values, Simplify handlers
* aica.cpp : Add save state
* aica.cpp : Updates
device_memory_interface'd memory handlers, Reduce memset, Fix spacing
2019-04-05 16:45:16 -04:00
R. Belmont
28a0152d7f
Merge pull request #4859 from FakeShemp/m2_upd
...
3do_m2.xml - Add new dump
2019-04-05 16:43:24 -04:00
R. Belmont
33fb189449
Merge pull request #4860 from cam900/m72_args
...
audio/m72.cpp : Updates
2019-04-05 16:41:58 -04:00