Commit Graph

36609 Commits

Author SHA1 Message Date
Felipe Corrêa da Silva Sanches
fc8f924e88 I7000: update offset of the second EPROM for the vt52 cartridge (and add comments explaining that) 2015-06-19 13:41:22 -03:00
Felipe Corrêa da Silva Sanches
ff7edf0db5 a better PORT_NAME for the space bar key 2015-06-19 13:41:22 -03:00
Felipe Corrêa da Silva Sanches
48ee7d0472 only comments 2015-06-19 13:41:22 -03:00
Felipe Corrêa da Silva Sanches
266251b95f I-7000: Declaring a dip-switch. The actual meaning of the bits is still unknown, though. 2015-06-19 13:41:22 -03:00
Felipe Corrêa da Silva Sanches
cceb63d4c7 I-7000: Proper emulation of the keyboard interface, by instantiating the 8279 keyboard interface device. 2015-06-19 13:41:22 -03:00
Felipe Corrêa da Silva Sanches
d85c22ae29 A few more comments with insights on what device may be mapped to each i/o address. 2015-06-19 13:41:22 -03:00
Felipe Corrêa da Silva Sanches
e3b38c60e6 Adding a speaker controlled by the 8253 programmable interval timer. 2015-06-19 13:41:22 -03:00
Felipe Corrêa da Silva Sanches
64364a0bea I-7000: Tweaking the ranges of the program space mem-map based on some new assumptions and evidences. 2015-06-19 13:41:21 -03:00
Felipe Corrêa da Silva Sanches
3beabc3e6c Experimental (and surely wrong) implementation for keyboard inputs.
This code generates the expected keycodes for the subset of keys used in the boot-rom self-test menu.
The keyboard probably has an internal MCU and ROM that must be dumped. I'm not sure, but if that's the case,
then the correct implementation will involve dumping such ROM and emulating the keyboard MCU as well.

This experimental patch serves the purpose of an investigative tool for exploring the functionalities of the boot-rom self-test menu.
Based on this experimentation I was able to actually figure out the most probable i/o addresses of several devices such as the
buzzer, the joysticks and the serial printer.
2015-06-19 13:41:21 -03:00
Felipe Corrêa da Silva Sanches
17cf28909c document potential device addresses to be further investigated later 2015-06-19 13:41:21 -03:00
Felipe Corrêa da Silva Sanches
f808bcec7b Itautec I-7000: map loaded cartridge to program space at range 0x4000-0xbfff 2015-06-19 13:41:21 -03:00
couriersud
a68161ee27 Move solver code into own folder. (nw) 2015-06-19 18:33:14 +02:00
couriersud
57ce24e0df Completely integrated the GMRES solver into netlist solver templates and
recoded it from scratch. GMRES now runs at 122% (kidniki), that's a real
improement from 60% before. AT the same time, the code should be easier
to read and closer to the GMRES algorithm. Ultimately, kidniki will not
use this solver but instead use some frontiers to keep it playable. But
going forward, for larger matrices this solver is an opton. [Couriersud]
2015-06-19 01:42:48 +02:00
couriersud
06e3aa2324 Some more moves to the netlist namespace. (nw) 2015-06-19 01:42:46 +02:00
Luca Elia
5283c4a803 suna8: Fix player 2 color in sparkman 2015-06-18 23:36:51 +02:00
briantro
27256f93e0 new New Cherry '96 Special Edition clones
New Clones Added
--------------------------------------------------
New Cherry '96 Special Edition (v3.61, C1 PCB) [Bad A Billy, Smitdogg, The Dumping Union]
New Cherry '96 Special Edition (v3.53, D PCB) [Bad A Billy, Smitdogg, The Dumping Union]
New Cherry '96 Special Edition (v3.40, D PCB) [Bad A Billy, Smitdogg, The Dumping Union]
2015-06-18 16:08:21 -05:00
Luca Elia
f0cd9f9910 New clones added
----------------
Tahjong Yakitori (ver. 2-1) [AeroCityMajor, The Dumping Union]
2015-06-18 22:28:26 +02:00
MetalliC
b6641d3b1c chihiro.c: brute missing keys for Sega Network Taisen Mahjong MJ 2 and MJ 3 [f205v, MetalliC] 2015-06-18 16:36:37 +03:00
R. Belmont
515470781e Merge pull request #213 from felipesanches/uzebox
uzebox: adding sound emulation [Felipe Sanches]
2015-06-18 09:15:02 -04:00
MetalliC
4263a8bbea cv1k games docs (nw) 2015-06-18 12:07:07 +03:00
etabeta78
11b510b673 worked around the compilation problem on OSX until we decide
what to do about corealloc.h redefinitions. thanks to judge for
pointing out the less impact fix. nw.
2015-06-18 10:43:22 +02:00
briantro
1cbeec051d peplus.c: Add PP0757 Double Down Stud Joker Poker paytable - NW 2015-06-17 21:07:12 -05:00
briantro
9eea294f5e peplus.c: Tiny cut-n-paste corrections - NW 2015-06-17 20:03:11 -05:00
Scott Stone
c269773617 Fix for redalert.c games (has a ladybug.n include) but doesn't need all the ladybug_state variables. nw) 2015-06-17 19:33:36 -04:00
hap
ed908b8fcc fix skip on la/lxy 2015-06-17 23:08:09 +02:00
Peter Ferrie
3f9b69b063 Merge branch 'master' of https://github.com/mamedev/mame 2015-06-17 12:08:25 -07:00
Peter Ferrie
47e8753be9 fix compile on MSVC (nw) 2015-06-17 12:08:04 -07:00
briantro
8e85b3debc new PE+ poker clones
New Games Added
---------------------------------------------
Player's Edge Plus (X000057P+XP000038) Deuces Wild Poker [BrianT, Jim]
Player's Edge Plus (X002024P+XP000038) Double Bonus Poker [BrianT, Jim]

New Clones Added
----------------------------------------------------
Player's Edge Plus (PP0250) Double Down Stud Poker (set 2) [BrianT, Jim]
2015-06-17 13:28:37 -05:00
hap
4c043eee19 Game promoted to working
--------------------------
Coleco Frogger [hap, Kevin Horton]
2015-06-17 20:18:02 +02:00
hap
41c1919ff8 added m58846 timer 2 2015-06-17 20:10:05 +02:00
Ivan Vangelista
28af65c01c cclimber.c: added save state support (nw) 2015-06-17 17:22:49 +02:00
Ivan Vangelista
a7556c3dce battlera.c: added save state support, deleted video/battlera.c since it was empty. make REGENIE=1 or linking will fail. (nw) 2015-06-17 17:09:52 +02:00
Felipe Corrêa da Silva Sanches
548cfb1c34 uzebox: using speaker_sound device instead of DAC device for emulating the uzebox audio 2015-06-17 11:58:04 -03:00
Osso
c94923836f Fixed MT02863 (nw) 2015-06-17 10:02:55 +02:00
Scott Stone
c1f6a1b7b2 Duplicate description fix for some devices. (nw) 2015-06-16 19:19:48 -04:00
Luca Elia
620011c2cf New clones added
----------------
Mahjong Dial Q2 (Japan, alt.) [AeroCityMajor, The Dumping Union]
Hana Jingi (Japan, Bet, alt.) [AeroCityMajor, The Dumping Union]
2015-06-16 22:53:52 +02:00
Felipe Corrêa da Silva Sanches
9a27b57c07 uzebox: adding sound emulation (It works but with terrible performance. Uzebox's DrMario song is recognizable even though the sound is choppy, full of noise).
When running with -wavwrite the resulting file plays nicely on a music player. The sound is much better, but still contains a high frequency noisy sort of hiss.
2015-06-16 15:17:20 -03:00
Alex W. Jackson
ef3900be21 snk68.c: fix flipscreen; use core palette handling, etc. (nw) 2015-06-16 13:23:02 -04:00
hap
3f39143025 typo 2015-06-16 17:35:05 +02:00
R. Belmont
025a730294 Merge pull request #212 from andrea-petrucci-1975/patch-1
missing gamecube edition roms added [andrea-petrucci]
2015-06-16 11:24:34 -04:00
R. Belmont
401dcd7ded Merge pull request #214 from system11b/S11rodlandetc
S11rodlandetc [system11b]
2015-06-16 11:23:03 -04:00
Ivan Vangelista
6b8cc944d4 snk68.c: added save state support (nw) 2015-06-16 17:13:53 +02:00
Ivan Vangelista
2eadf5f05d i7000_card.xml: fixed validation (nw) 2015-06-16 16:49:20 +02:00
system11b
face90083e Merge branch 'master' into S11rodlandetc 2015-06-16 15:26:06 +01:00
system11b
2b1891e48c Corrected ROMs for rodland / rodlandj
Made rodlandjb use the same gfx unmangle as rodland now that rom is
corrected.
Closes bug 01061
2015-06-16 15:23:42 +01:00
Lord-Nightmare
e3fdd3f033 update tms5110r.c comments (n/w) 2015-06-15 19:43:41 -04:00
Lord-Nightmare
9abbf5984b fix case of new megatech rom, add location (the megatech mb has only one rom socket on it as far as I can see, so it must be ic20) (n/w) 2015-06-15 19:43:38 -04:00
David Haywood
c3920fedd0 Merge branch 'master' of https://github.com/mamedev/mame 2015-06-15 23:50:46 +01:00
David Haywood
9cab60eeb3 (nw) 2015-06-15 23:50:14 +01:00
Scott Stone
aeca288373 New Bios Added
--------------
Megatech Ver 0 Rev A (alt?)  [zozo]
2015-06-15 17:54:12 -04:00