Commit Graph

38196 Commits

Author SHA1 Message Date
Diego
c57cbd0b2e Code enhancement
Removed the assingment step by initializing target object with the value intended.
2015-09-24 10:09:27 -08:00
Diego
c98802148d Merge pull request #1 from Wolf-Fivousix/Wolf-Fivousix-patch-1
Code enhancement
2015-09-24 10:06:51 -08:00
Diego
3bb0fb2df7 Code enhancement
No real need for an extra pointer here (device_scheduler * scheduler), only makes the code more cryptic.
Removed the assignment step by initializing the object with the value intended.
2015-09-24 10:05:04 -08:00
Scott Stone
ec1ee61dae Moved bus\a8sio files to bus\a800 to avoid redundancy (nw) 2015-09-24 13:11:55 -04:00
R. Belmont
6cfbb8ea8f Merge pull request #337 from JoakimLarsson/mvme350_2
MVME350 driver - Streaming Tape Controller support QIC-02
2015-09-24 09:20:56 -04:00
MooglyGuy
d7d2e8a63d Merge pull request #339 from Happy-yappH/master
n64.c: N64 changes: [Happy]
    * PI transfers round down/truncate the last bit.
    * SI transfers signal busy while waiting for a delay.
    * Preliminary work for separating VI and RDP functionality.
2015-09-24 14:36:06 +02:00
mahlemiut
cdb93cff68 ficpio2: add PCI bus and chipset. -bios 2 and 3 now boot. Other BIOSes require some cache funkiness. 2015-09-24 14:16:32 +12:00
Happy
899f15f78d N64 changes
PI transfers round down/truncate last bit
SI transfers signal busy while waiting for delay
Initial work to seperate VI from RDP as the actual hardware has no direct communication between them
Stop ERET instruction spamming the error log
Stop screen update from spamming the error log for using MCFG_SCREEN_VBLANK_TIME.  The value set was also complete nonsense.
2015-09-23 13:21:25 -06:00
angelosa
7c3674f16b Improved bus requesting, assuming that DP is involved. Fixes service mode and a bit of pre-gameplay, game still doesn't work probably due of irqs (nw) 2015-09-23 20:17:20 +02:00
Wilbert Pol
f9e82b0e12 v9938.c: fix off by one for pal timing (nw) 2015-09-23 19:48:25 +02:00
Angelo Salese
ed04182f54 Shrug. 2015-09-23 10:16:14 +02:00
briantro
a2d320f3b5 asuka.c: Add note about undumped revision 1 roms. - NW 2015-09-22 20:49:29 -05:00
briantro
2b46d43088 asuka.c: Add in PCB locations to file names - NW
Added IC locations for Asuka & Asuka and all games that used that same PCB.
2015-09-22 20:45:11 -05:00
briantro
1c35803603 segas16b.c: Minor doc update for Aurail - NW 2015-09-22 20:23:05 -05:00
David Haywood
f11d825af0 make the other rescue bootleg work at least, that one just has a simple security check (nw) 2015-09-22 23:47:29 +01:00
angelosa
085082d879 Fixed Counter Steer booting [Angelo Salese]
* Spotted Slave CPU bus request line;
* Fixed address line swapping for Slave CPU area at 0x2000-0x2fff;

(out-of-whatsnew: needs NMI masking for Slave CPU)
2015-09-22 22:29:46 +02:00
cracyc
c574b8d0bf scn2674: always run the linecounter, fixes mpu4vid (nw) 2015-09-22 13:45:59 -05:00
David Haywood
d1034ed2c7 map some inputs and declare that one working.
now if only the other made a bit more sense..
2015-09-22 18:42:05 +01:00
David Haywood
7bef80a1a7 minefldfe code seems to run correctly now, inputs need sorting (nw) 2015-09-22 18:00:16 +01:00
David Haywood
1b747b7061 further improvement (nw) 2015-09-22 17:32:27 +01:00
David Haywood
529d6af35c improve memory map (nw) 2015-09-22 17:02:20 +01:00
Joakim Larsson Edstrom
fbdf2a6a47 Rebased to upstream HEAD 2015-09-22 17:34:51 +02:00
Joakim Larsson Edstrom
0b59f14336 cleaning up and adding some historical info about the boards origin 2015-09-22 17:30:09 +02:00
Joakim Larsson Edström
474bdd8763 Added color info of LEDs in PCB overview 2015-09-22 17:30:09 +02:00
Joakim Larsson Edstrom
d8f5649a25 Improved address map and filled the PCB outline 2015-09-22 17:30:09 +02:00
Joakim Larsson Edstrom
ac9da1ef31 System ROM up and running, ROM/RAM adress map ok, started to add PIT 2015-09-22 17:30:09 +02:00
Joakim Larsson Edstrom
00bfb01e9b started work on Motorola MVME-350 2015-09-22 17:30:09 +02:00
David Haywood
8f2d1097ad (nw) 2015-09-22 15:16:21 +01:00
David Haywood
5eaae1ba71 stuff with minefldfe (nw) 2015-09-22 13:08:12 +01:00
David Haywood
bf22797439 allow rescuefe to show something at least, even if it's not running properly (no coin, broken attract) (nw) 2015-09-22 10:52:06 +01:00
David Haywood
8ecb06e1be no luck yet. (nw) 2015-09-22 03:55:58 +01:00
cracyc
b034d51a8f pcd: use ul (nw) 2015-09-21 21:41:03 -05:00
David Haywood
7c5bb9dc63 new clones
Minefield (Free Enterprise Games, bootleg) [Guru] (not working)
Rescue (Free Enterprise Games, bootleg) [Guru] (not working)

I have a feeling we might be missing something with these, the program code we have seems too small, sub-3 in rescue doesn't even contain anything except the taunt message.
Maybe the RAM module on the board was meant to be battery backed?

also the roms marked 'prg' are actually the gfx, and the roms marked 'gfx' are the sound program.
2015-09-22 01:10:37 +01:00
Joakim Larsson Edstrom
24b21095e0 cleaning up and adding some historical info about the boards origin 2015-09-21 23:29:14 +02:00
Wilbert Pol
cd7ed78f98 v9938.c: Fix MT#05622 and MT#05623 2015-09-21 22:58:39 +02:00
Joakim Larsson Edström
cb4668e0d0 Added color info of LEDs in PCB overview 2015-09-21 21:17:59 +02:00
Joakim Larsson Edstrom
97034c5809 Improved address map and filled the PCB outline 2015-09-21 21:17:58 +02:00
Joakim Larsson Edstrom
4d472a5560 System ROM up and running, ROM/RAM adress map ok, started to add PIT 2015-09-21 21:17:57 +02:00
Joakim Larsson Edstrom
88a206a764 started work on Motorola MVME-350 2015-09-21 21:17:57 +02:00
James Wallace
bfb9dd7b34 Forced IR0 to a non zero value at startup, fixes v4cmaze startup but needs investigation(nw) 2015-09-21 19:56:03 +01:00
cracyc
e763499ac7 mc146818: 24/12 default setting (nw) 2015-09-21 12:17:06 -05:00
arbee
75d08240a5 m68k: fix corner case for 020+ bitfield instructions [Till Harbaum] 2015-09-21 09:24:09 -04:00
Guru
2b82915526 mps1230.c: switched the ROMs around so the latest firmware loads last (nw) 2015-09-21 18:16:14 +08:00
Lord-Nightmare
1c9cdafb2d DEC LA120: Implemented LED output via logerror; marked one ROM as bad since it fails its internal checksum tests. [Lord Nightmare] 2015-09-21 03:58:55 -04:00
Lord-Nightmare
66342ace0c DEC LA120: Keyboard matrix is done, keyboard reading should work in theory. UART partly attached. Corrected cpu XTAL. [Lord Nightmare] 2015-09-21 02:14:04 -04:00
Vas Crabb
7a1747b079 Merge pull request #336 from shattered/_78d88c4
isa_ibm_pgc: reinstall ROM mapping at reset time
2015-09-21 13:58:13 +08:00
Sergey Svishchev
4f6f606be5 isa_ibm_pgc: reinstall ROM mapping at reset time 2015-09-21 08:21:03 +03:00
Lord-Nightmare
b00e2685b5 typo (n/w) 2015-09-21 00:59:20 -04:00
cracyc
a2c37524bb pcd_kbd: things (nw) 2015-09-20 20:03:26 -05:00
angelosa
5f1529cf6b Merge branch 'master' of https://github.com/mamedev/mame 2015-09-21 02:27:41 +02:00