Ivan Vangelista
b0b1076f22
vsmile_cd.xml: fixed validation error 'Software List device 'cd_list': vsmile_cd.xml: wackyracs is a clone of a clone' (nw)
2019-03-05 17:39:24 +01:00
ClawGrip
c426d9b622
vsmile_cd.xml: Fix parent-clone relationships (make the later revision the parent) (nw) ( #4710 )
2019-03-05 17:36:45 +01:00
ClawGrip
fa2d137c47
vsmilem_cart.xml: Fix some metadata (nw) ( #4703 )
2019-03-05 17:35:37 +01:00
Ivan Vangelista
71fb88ba23
mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starting with i and a number (nw)
2019-03-05 15:34:16 +01:00
hap
b76ba5b7bb
hh_tms1k: get rid of 7seg enum (nw)
2019-03-05 13:32:13 +01:00
Sergey Svishchev
5acab3fb17
rt1715w: de-skeletonize (nw)
2019-03-05 13:32:14 +03:00
Couriersud
f7661dc1f0
Fix German keymap. (nw)
2019-03-05 10:11:56 +01:00
hap
615854a727
hh*: refactor test layouts (nw)
2019-03-05 03:16:12 +01:00
AJR
a4842ffa79
champbas: LS259 device does this automatically now, so no need for this ugly hack (nw)
2019-03-04 19:22:20 -05:00
hap
625ed598b6
added phpball internal layout (nw)
2019-03-04 21:52:26 +01:00
Lord-Nightmare
f1e9f555bd
transcription typo (nw)
2019-03-04 14:42:11 -05:00
Ivan Vangelista
80be0f2311
cps1.cpp: verified sf2ceblp dump and added ROM locations [hammy, The Dumping Union]
2019-03-04 18:09:08 +01:00
Ivan Vangelista
bb09736cdb
taito_f2.cpp: dumped PALs for footchmp set [f205v]
2019-03-04 18:07:36 +01:00
Ivan Vangelista
a9a31f4532
gauntlet.cpp: dumped PROM at 4r and corrected size of ROM at 6p [Joe Magiera, The Dumping Union]
2019-03-04 18:06:35 +01:00
hap
bdc2f43a8c
skyarmy: add todo note (nw)
2019-03-04 17:43:55 +01:00
hap
5b82611074
h2h basketball/hockey/soccer: draw the diagonal leds (nw)
2019-03-04 17:31:35 +01:00
f205v
8395494462
Correct label and location ( #4715 )
...
Label and location taken from real PCB
2019-03-04 10:10:47 +01:00
AJR
5f76200b7f
age_cand: Use XTAL value, not that it makes any real difference now (nw)
2019-03-03 21:32:04 -05:00
ajrhacker
d06fb31a49
Merge pull request #4718 from cam900/witch
...
witch.cpp : Correct foreground tilemap and bankswitching behavior, Fi…
2019-03-03 20:44:30 -05:00
cam900
31aa38b718
witch.cpp : Correct foreground tilemap and bankswitching behavior, Fix some naming
2019-03-04 10:08:35 +09:00
Andreas Müller
0a32d46793
OSD/OpenGl: Improve performance by moving calculations out of loop
...
This one was triggered by batman.
Test case:
mame64 -nothrottle batman
Before: Average speed: 312.11% (20 seconds)
After: Average speed: 327.43% (19 seconds)
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-03-04 00:23:43 +01:00
algestam
d0ccb61432
New working machine added ( #4716 )
...
-----------
Game & Watch: Fire Attack [Henrik Algestam]
2019-03-03 23:36:12 +01:00
AJR
c7054c697a
hpc: Debugging aid (nw)
2019-03-03 17:28:58 -05:00
AJR
156619b401
Add skeleton CPU device and disassembler for HPC architecture
2019-03-03 16:56:13 -05:00
braintro
542a331fd2
model3.cpp: Minor doc update (nw)
2019-03-03 15:00:38 -06:00
hap
4c6a37cda6
added internal artwork for tmtennis (nw)
2019-03-03 20:57:22 +01:00
goldnchild
3a32835f9e
Qt debugger: fix error in determining where clicks are in debugger views [Golden Child] ( #4705 )
2019-03-04 02:58:49 +11:00
hap
c4b8aa3a56
New working machine added
...
----------
Checker Challenger 4 [hap, Sean Riddle]
2019-03-03 01:46:29 +01:00
algestam
08f3a160b3
New working machine added ( #4711 )
...
-----------
Game & Watch: Turtle Bridge [Henrik Algestam]
2019-03-02 22:25:24 +01:00
hap
8f273e02b3
added mwcbaseb internal artwork (nw)
2019-03-02 22:16:58 +01:00
hap
561501d912
New working clone added
...
-------
Kishon Chesster (v2.2) [Berger]
2019-03-02 20:03:05 +01:00
hap
08ed39f77c
gckong, bambball, msthawk: remove bezel artwork from svg (nw)
2019-03-02 17:36:36 +01:00
couriersud
83a0e93837
netlist: remove printf. (nw)
2019-03-02 13:11:37 +01:00
Robbbert
afcea65d0f
(nw) punipic : slight improvement to graphics
2019-03-02 19:31:58 +11:00
AJR
5abdcd81a4
tms9900: Notes on CRU addressing (nw)
2019-03-02 00:00:10 -05:00
AJR
236430455f
x2201: Remove no longer needed byte read handler (nw)
2019-03-01 19:05:45 -05:00
AJR
be696a321a
tms9900, tms9980a, tms9995: CRU addressing change
...
- Shift all CRU addresses by 1 in memory maps. This makes CRU addressing more consistent with both register values and external address lines. (CRUOUT is multiplexed with the lowest address line on the 8-bit bus versions.)
- Addressing for CRU read accesses is now the same as it has been for CRU write accesses: one address for each bit. This simplifies the CPU cores (which were already emulating bit access times), though it means some read handlers now have to do some additional work.
- CRU space is now little-endian, despite the big-endian memory organization, because less significant bits correspond to lower CRU addresses.
2019-03-01 19:05:45 -05:00
AJR
eb1b8e58e2
emumem: Allow an address shift of 1 (to the right) for 8-bit spaces (nw)
2019-03-01 19:05:45 -05:00
hap
cbbfbd99cc
hh*: small cleanup (nw)
2019-03-01 20:56:33 +01:00
couriersud
618f33f586
netlist: refactoring. (nw)
2019-03-01 19:52:19 +01:00
Ivan Vangelista
59b4e839b4
mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starting with j and k (nw)
2019-03-01 18:01:54 +01:00
R. Belmont
1b292e1ce2
Merge pull request #4697 from clawgrip/patch-17
...
vsmile_cd.xml: Replace CHDs created from CloneCD images with new ones created from standard redump.org images [redump.org, ClawGrip]
2019-03-01 11:56:51 -05:00
R. Belmont
9cf8cf0ed7
Merge pull request #4698 from kiall/bug-4695
...
Linux X11 Input: Fix lightgun support
2019-03-01 11:56:21 -05:00
R. Belmont
d443ac8cbb
Merge pull request #4700 from clawgrip/patch-18
...
New WORKING software list additions
2019-03-01 10:58:46 -05:00
ClawGrip
d39eedf242
New WORKING software list additions
...
vsmile_cart.xml: Monstruos contra Alienígenas (SP), Aventuras en el Parque Alfabeto (SP), Winnie the Pooh - En Busca de la Miel (SP), Mickey - La Aventura Mágica de Mickey (SP), El Rey León - La Gran Aventura de Simba (SP), La Sirenita - El Viaje Fantástico de Ariel (SP), Spider-Man y Amigos - Misiones Secretas (SP), Osos Amorosos - Una Lección de Amor (SP), Aladdin - El Maravilloso Mundo de Aladdin (SP), Mundo Elmo - Grandes descubrimientos de Elmo (SP), Buscando a Nemo - Los Descubrimientos de Nemo (SP), Bob Esponja - Un día en la vida de una esponja (SP), Barrio Sésamo - El Mundo Fantástico de Epi y Blas (SP), Spider-Man y Amigos - La Aventura Del Doctor Octopus (SP), Wall-E (SP), Ratatouille - Las recetas del Remy (SP), La Casa de Mickey Mouse (SP) [TeamEurope, ClawGrip]
2019-03-01 16:33:55 +01:00
Robbbert
9922342ff0
(nw) begone nasty horrible hacks
2019-03-02 02:04:20 +11:00
cam900
95e654f1e0
segaybd.cpp : Reduce unused ( #4699 )
2019-03-01 15:35:38 +01:00
hap
ae00d7c0da
tms1000: move tms0270 devcb binders to base class (nw)
2019-03-01 14:49:51 +01:00
couriersud
17fcc38a25
netlist: memory code refactoring. (nw)
2019-03-01 10:30:24 +01:00
couriersud
2b49e6ed11
netlist: clang tidy. (nw)
2019-03-01 07:48:01 +01:00