Commit Graph

26078 Commits

Author SHA1 Message Date
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
Michael Zapf
7fa1432265 Prevent clock bit to be deleted after CRC in FM. [Michael Zapf] 2014-01-05 16:25:21 +00:00
Couriersud
354cacc1c7 Fixed noise period on AY8910. [Dr. Venom, Couriersud] 2014-01-05 16:18:26 +00:00
Ivan Vangelista
733dae59df Removed hardcoded dial increment/decrement for dotron (see MT05414). (nw) 2014-01-05 14:16:41 +00:00
Couriersud
a13ab82a0d Netlist:
- added missing parameter to analog input device
- parser now parses NET_MODEL
- fixed a bug in switching bjt implementation
2014-01-05 10:38:01 +00:00
R. Belmont
7afee40784 More canonicalizations (nw) 2014-01-05 00:51:25 +00:00
Michaël Banaan Ananas
a868206f6f check was the wrong way around, causing another event to be popped after a stop request 2014-01-04 23:54:33 +00:00
R. Belmont
f19704cb3e Canonicalize more devcb2 (nw) 2014-01-04 22:29:17 +00:00
R. Belmont
8de269fca6 Follow Aaron's official devcb2 pattern (nw) 2014-01-04 22:13:29 +00:00
Michaël Banaan Ananas
324e83c881 fix toaplan1 flipscreen 2014-01-04 20:54:10 +00:00
Michaël Banaan Ananas
0eace3f549 segas32.c: Added alien3 and darkedge readmes. [Guru] 2014-01-04 20:38:19 +00:00
Wilbert Pol
8be4310611 Fixed regression from tms32010 modernization. (nw) 2014-01-04 19:41:47 +00:00
Michaël Banaan Ananas
0e99008161 added screen visarea adjustment to mc6845 config interface 2014-01-04 19:38:56 +00:00
Dirk Best
f2d192bac1 pf10.c: add some meat to the skeleton 2014-01-04 18:13:18 +00:00
smf-
9af17ac6e0 remove some firstcpu (nw) 2014-01-04 15:57:18 +00:00
smf-
9602e450d0 Added PET user port joystick adapter [smf] 2014-01-04 15:36:22 +00:00
smf-
fad0af02cb Fixed commodore quick load by passing in the address space instead of using machine().firstcpu [smf] 2014-01-04 14:22:50 +00:00
Ivan Vangelista
9bf65a23b5 Modernized upd7002 device. (nw) 2014-01-04 13:57:27 +00:00
Dirk Best
e68c36a77a floppy.c: add epson smd-165, used in the pf10 2014-01-04 13:46:44 +00:00
smf-
21a41ec805 Move the loop back of pins to the .h for consistency with diag264 user port. (nw) 2014-01-04 13:09:50 +00:00
smf-
5f5aa2cf01 Added missing loop backed pins. (nw) 2014-01-04 13:04:44 +00:00
Dirk Best
dba15c8975 floppy.c: add epson drives 2014-01-04 11:44:51 +00:00
smf-
a35ef1293b Added user port pinout from CBMII manual [smf] 2014-01-04 05:19:42 +00:00
R. Belmont
5a1cf806ac (MESS) pt68k4: Hooked up devices, can now read floppy disks. [R. Belmont] 2014-01-04 05:19:29 +00:00
smf-
2872800e9e Merged pet/vic20/c64/plus4/c128 user ports, the pinout is slightly different on each one but there are cards that are compatible with each of the different machines. [smf] 2014-01-04 05:01:35 +00:00
smf-
4c427b3316 Fixed pin 8 (RxC was missing and P0 was mapped twice) (nw) 2014-01-04 04:04:14 +00:00
Ryan Holtz
3312b67f93 - Fix for pixel gaps between multi-screen games in HLSL mode. [MooglyGuy] 2014-01-04 03:17:31 +00:00
smf-
1c5f0dfe04 fixed protovision adapter (nw) 2014-01-04 02:52:16 +00:00
Dirk Best
2f47171686 floppy.c: fix bug when inserting images after starting the floppy motor 2014-01-04 02:33:06 +00:00