Commit Graph

26106 Commits

Author SHA1 Message Date
Curt Coder
395af5982e (MESS) cbm2: HRG cartridge WIP. (nw) 2014-01-08 15:39:28 +00:00
Curt Coder
2777a10ec5 (MESS) c64: Fixed Magic Formel cartridge. [Curt Coder] 2014-01-08 15:38:45 +00:00
Michaël Banaan Ananas
1156254f57 relocate sourcecode to more like our usual layout, something like:
cpu memormaps + read/write functions
input defs
machine config
romdefs
gamelist
2014-01-08 15:22:54 +00:00
Michaël Banaan Ananas
1ad6c5839c got rid of namcona1 legacy nvram handler 2014-01-08 15:01:05 +00:00
Michaël Banaan Ananas
d88747c2e5 got rid of namconb1 legacy nvram handler 2014-01-08 14:15:19 +00:00
David Haywood
d411bdd758 new WORKING game
Happy 6-in-1 (ver. 101CN) [rtw, iq_132, David Haywood]
2014-01-08 10:19:15 +00:00
Mike Naberezny
e3a409d9bd (MESS) pet_flop.xml: Fixed "set unit number" program on HardBox disks. [Mike Naberezny] 2014-01-08 06:23:47 +00:00
smf-
6c4480939e reverted gross hack (nw) 2014-01-08 01:59:18 +00:00
smf-
d1848fa894 It makes more sense to mask out the errors that are going to be brought in from the error mask rather than throw all the other bits away. However I haven't seen any documentation for Z80DART that says there is an error FIFO at all. [smf] 2014-01-08 01:34:20 +00:00
Couriersud
91d887ac7c Added a "-listdevices" option to nltool to list all available devices. Simplified code. [Couriersud] 2014-01-08 01:28:29 +00:00
smf-
e9aa1c9a03 Sets RR1_ALL_SENT on reset, previously it relied on tra_complete() being called after reset. It's no longer called if there has been no data sent. 2014-01-08 00:44:56 +00:00
Wilbert Pol
11137da005 (MESS) forgot this one (nw) 2014-01-07 21:55:08 +00:00
Wilbert Pol
4ed9300a67 (MESS) checkpoint (nw) 2014-01-07 21:54:40 +00:00
Ivan Vangelista
8bcb41f366 Modernized kr2376 device. (nw) 2014-01-07 17:37:19 +00:00
Alex W. Jackson
60c5be899a docastle.c: hook up slave CPU IRQ according to schematics [Alex Jackson] 2014-01-07 16:36:22 +00:00
smf-
4a0d5a4c65 remove 6821 from the MCFG PIA macros, not all PIA's are 6821's (nw) 2014-01-07 14:25:34 +00:00
smf-
dfeda5a017 fixed recent c64 regressions (nw) 2014-01-07 13:33:00 +00:00
Robbbert
b940ef30d9 (MESS) ampro : patched out serial comms because of recent breakage elsewhere. 2014-01-07 13:21:02 +00:00
David Haywood
d0f7ada80c new WORKING game
Top Blade V [ElSemi]

(also he improved protection patches in Office Yeo In Cheon Ha based on analysis of the PIC dump, but it's still unstable for currently unknown reasons)
2014-01-07 10:42:12 +00:00
Robbbert
9e2cafd443 (MESS) v6809 : fixed crash from r26958 2014-01-07 09:05:44 +00:00
Robbbert
1c89f1903d (MESS) New not-working system [MooglyGuy, Smitdogg, The Dumping Union, TeamEurope]
----------------------------------
IQ Unlimited

out of whatsnew: This is the original Z80 version, not the same as the 680x0 system added recently.
2014-01-07 06:00:55 +00:00
R. Belmont
7456774f36 (MESS) fanucs15: got the 80286 to boot correctly [Carl] 2014-01-07 04:28:10 +00:00
R. Belmont
4e57365bef Fix GCC 4.8+ / Clang compiles (nw) 2014-01-07 03:25:30 +00:00
Brian Troha
1fc2584c80 segaorun.c: Correct types (IE Deluxe or not) and add/update minor documentation information. - NW 2014-01-07 03:13:53 +00:00
R. Belmont
fef02c021c (MESS) New skeleton drivers:
Fanuc System 15 [Guru, R. Belmont]
2014-01-07 02:28:39 +00:00
Brian Troha
42b5becc73 asterix.c: Change to use XTAL speeds. - NW 2014-01-07 02:07:49 +00:00
Brian Troha
87aa3ae1f3 segaorun.c: Remove newly outdated comment. - NW 2014-01-07 01:33:18 +00:00
Couriersud
1242ec6d32 More house-cleaning on netlist. No wn 2014-01-07 01:03:44 +00:00
David Haywood
4a0c907028 new WORKING game
Carket Ball [ANY, David Haywood]

new clones
Cookie & Bibi (set 2) [ANY, David Haywood]

(same c&b set from previous submission, now working with correct data)
2014-01-07 00:39:30 +00:00
Michaël Banaan Ananas
38bf8209ee don't clutter error.log by default 2014-01-06 23:16:16 +00:00
smf-
339ecb0f2c Removed calls to mpu4_state *state = machine.driver_data<mpu4_state>(); by moving code into mpu4_state. Removed runtime lookup of devices that were already looked up in mpu4_state. [smf] 2014-01-06 22:51:51 +00:00
Wilbert Pol
e778331511 tlcs90.c: Modernized cpu core. [Wilbert Pol] 2014-01-06 22:15:44 +00:00
Michaël Banaan Ananas
6823229d76 rm game-no-sound flag from icecold.c 2014-01-06 20:04:32 +00:00
smf-
5ea7118892 reduced the number of callers to set_a_input by calling porta_w & made the WRITE8_HANDLER call that as well, instead of the other way round and having to lookup an address space that is never used [smf] 2014-01-06 20:03:09 +00:00
smf-
2211539e88 removed a couple of CA1/CB1 involved with IEEE, pet was already pushing the signals to the PIA (nw) 2014-01-06 19:38:12 +00:00
smf-
dc824e9dc2 Removed 6821 porta_r/portb_r/ca1_r/ca2_r/cb1_r/cb2_r functions as they only returned what you'd written to the chip, only a couple of those were ever used (by audio/exidy.c). Removed some ca*/cb* read callbacks that just returned what had already been pushed or always returned 0. As there are no longer any cb2 read callbacks that functionality has been removed. [smf] 2014-01-06 19:06:08 +00:00
Ivan Vangelista
724ccc6613 Fixed 05276 as suggested by MASH (hopefully the dumper still has the pcb and can verify it). Inverted the "Unknown Use" dip default since it broke controls. I guess the "UNK" port could actually be the controls for the "matrix" mode. (nw) 2014-01-06 18:43:41 +00:00
Ivan Vangelista
1d26d6c791 Fixed MT02879. (nw) 2014-01-06 16:52:14 +00:00
smf-
9207c04fb1 fixed swapped cb1 & ca2 read callbacks during conversion (nw) 2014-01-06 16:30:13 +00:00
Fabio Priuli
5a625a2f0b New supported clone:
Out Run (Japan, FD1089A 317-0019) [Charles MacDonald, ShouTime]


thanks to Yasuhiro for the patch
2014-01-06 16:26:59 +00:00
Couriersud
2cc6ce813f Moved analog stuff into its new home. No wn. 2014-01-06 15:01:01 +00:00
Couriersud
1257728a35 Created folder netlist/analog to have a dedicated home for analog devices 2014-01-06 14:44:06 +00:00
Couriersud
093e3f5f21 Some more netlist examples. 2014-01-06 14:40:43 +00:00
Couriersud
f7856a8654 Netlist:
- Added Ebers-Moll BJT model. Currently only for NPN.
- Fixed convergence issue in the solver.
- Accuracy for Ebers-Moll must be better than 1e-5 to not generate nano-second spikes.
  Typical sound applications should be able to run with less since the spikes are
  not audible.
2014-01-06 14:39:15 +00:00
smf-
45d9761cad Converted PIA6821 to DEVCB2 [smf] 2014-01-06 13:17:32 +00:00
Fabio Priuli
735fa982fa (MESS) BBC Micro keyboard LED's: [Nigel Barnes]
- added layout for keyboard LED's.
- defined actual screen sizes.
2014-01-06 07:50:43 +00:00
R. Belmont
54a6a136f4 Naomi/Triforce documentation update (f205v) 2014-01-06 03:00:30 +00:00
Fabio Priuli
fc8332e9c9 BBC Micro keyboard updates/fixes: [Nigel Barnes]
- added numeric keypad on Master series.
- fixed CAPS LOCK and SHIFT LOCK.
- removed dipswitches from Master series.
- improved dipswitch descriptions.
2014-01-05 22:17:14 +00:00
David Haywood
10b746a067 new clones
Cookie & Bibi (set 2) [ANY] (not working)

(needs different protection data, we got this board to help extract the Carket Ball data because that PCB was dead, so I'll do this one at the same time)
2014-01-05 16:44:12 +00:00
Couriersud
e653c40b51 Use proper AY8910 mixing model for MSX. Volumes set to match MSX hardware. [Dr. Venom, Couriersud] 2014-01-05 16:26:50 +00:00