Commit Graph

27289 Commits

Author SHA1 Message Date
R. Belmont
01cff8ad3f key position tune-ups (nw) 2014-02-12 04:27:45 +00:00
R. Belmont
460da6ab75 remove dead include (nw) 2014-02-12 04:21:05 +00:00
R. Belmont
f218084a77 fix Clang (nw) 2014-02-12 04:19:46 +00:00
R. Belmont
93a00f2b0b (MESS) apple2: rewrote keyboard handling according to schematics and using the generic AY-3600. [R. Belmont]
nw: next up, devcb2 the generic 3600.
2014-02-12 04:12:58 +00:00
Michaël Banaan Ananas
6fa4137852 improved 8bit timers 2014-02-12 03:32:35 +00:00
Couriersud
b1592d4f2d Preparation to cope with multiple netlists from single source 2014-02-12 00:35:30 +00:00
Couriersud
466d71625d Call netlist().error if more than 64 nets are found. 2014-02-11 23:36:14 +00:00
Alex W. Jackson
4302246219 dkong.c, docastle.c, galaxian.c, mario.c, zaxxon.c: fix flipscreen after core changes [Alex Jackson] 2014-02-11 23:19:03 +00:00
Alex W. Jackson
cffadabc83 quick and dirty compile fix (nw) 2014-02-11 23:14:30 +00:00
Couriersud
0d9d439b9b Netlist maintenance:
- netlist construction now is relying on fully qualified names, i.e. the name of
  a netlist object now starts with the netlist name. 
  This is a first step towards supporting netlist models, i.e. netlists which can be 
  used as a macro model. Very handy for opamps ...
- Changed log file filename format.
- Support analog net groups of up to 256 nets (i.e. Voltages).
2014-02-11 21:35:26 +00:00
Curt Coder
37210e307f (MESS) Floppy WIP. (nw) 2014-02-11 18:26:03 +00:00
smf-
127034e6c0 (MESS) Removed PET CB1 read handler, it is pushing vsync to it already. [smf] 2014-02-11 15:58:32 +00:00
smf-
6c5750e667 Converted SN76496 ready to DEVCB2 [smf] 2014-02-11 15:40:52 +00:00
Robbbert
c14aa6c1b8 (MESS) apf : reorganised ram 2014-02-11 15:19:09 +00:00
Roberto Fresca
1d43f9cfe3 Magic Card II: Override the wrong visible area and centered the
game through a dedicated CRTC config interface [Roberto Fresca]
2014-02-11 14:55:33 +00:00
cracyc
0895e10f81 (mess) pc: missed two (nw) 2014-02-11 03:23:12 +00:00
smf-
e31425baab Hooked up centronics busy & inverted strobe. (nw) 2014-02-10 23:29:02 +00:00
David Haywood
e60fa8e13a new clones
Raiden DX (Holland) [Alex Meijer (Asure)] (not working, protection)
2014-02-10 22:51:02 +00:00
Curt Coder
0c721cc02c (MESS) c64: Floppy WIP. (nw) 2014-02-10 22:40:47 +00:00
cracyc
755a60ac24 (mess) pc: remove excess serial and parallel ports and set lpt irq to write to the 8259 rather than the cpu. 2014-02-10 22:08:33 +00:00
smf-
52969ee6b9 hooked up the centronics port, although I have only coaxed it to send a single nul to the printer at startup. [smf] 2014-02-10 21:35:02 +00:00
Roberto Fresca
2d14f25322 New games added or promoted from NOT_WORKING status
---------------------------------------------------
China Town (Ver 1B, Dino4 HW) [Roberto Fresca, ANY]
2014-02-10 20:52:36 +00:00
smf-
ba1e4f154a added hack back to get manager booting (nw) 2014-02-10 16:19:51 +00:00
smf-
954fe95870 fixed fixed crash at startup (nw) 2014-02-10 16:19:26 +00:00
Alex W. Jackson
f4e1844be6 nemesis.c: fix bubsys crash after last commit (nw) 2014-02-10 16:19:23 +00:00
Curt Coder
5d8469a852 (MESS) 64h156: Return of the weak bits. (nw) 2014-02-10 16:19:03 +00:00
smf-
ce970164a9 fixed crash at startup (nw) 2014-02-10 13:44:59 +00:00
smf-
28ce5850a5 fix crash on startup (nw) 2014-02-10 13:39:47 +00:00
smf-
7a6fa2baff fix crash on startup (nw) 2014-02-10 13:36:56 +00:00
smf-
232576d3a9 fix crash on startup (nw) 2014-02-10 13:12:42 +00:00
smf-
87457fafa8 fix crash on startup (nw) 2014-02-10 13:11:19 +00:00
smf-
c5079ca1f5 fix crash on startup (nw) 2014-02-10 13:07:27 +00:00
smf-
c6149aec29 fix crash on startup (nw) 2014-02-10 13:05:41 +00:00
smf-
7b613131ca fix crash on startup (nw) 2014-02-10 13:02:41 +00:00
smf-
7ff41e74da Updated Apricot PC centronics from the schematic (nw) 2014-02-10 13:00:38 +00:00
Miodrag Milanovic
9644939bf7 This should fix MAME linking (nw) 2014-02-10 11:31:38 +00:00
Robbbert
3a621f49f4 (MESS) phc25 : changed to working but without sound. 2014-02-10 11:11:09 +00:00
Fabio Priuli
816b0b6e3f (MESS) nes_bandai: documented differences between FCG-1/FCG-2 boards and
LZ93D50 ones, based on analysis by naruko. [Fabio Priuli]
2014-02-10 09:58:38 +00:00
mahlemiut
12dad2dbf6 amstrad: Added a basic implementation of the Programmers Development System hardware for the CPC. Only lacks a way to set up a parallel connection between MESS instances to enable PC<->CPC communication. [Barry Rodewald] 2014-02-10 08:53:00 +00:00
Michaël Banaan Ananas
451bf5592e fix typo according to BYOAC forums 2014-02-10 06:07:38 +00:00
Brian Troha
fffc2dd524 New Fighter's History clone
New Clone Added
----------------------------------------
Fighter's History (Japan ver 41-04, DE-0380-1 PCB) [Caius, The Dumping Union]
2014-02-10 02:35:51 +00:00
Scott Stone
05e30df363 New games marked as GAME_NOT_WORKING
------------------------------------
Sony PVE-500  [Felipe Sanches]
2014-02-10 00:22:38 +00:00
Michaël Banaan Ananas
357fd5b757 update prev commit 2014-02-10 00:04:54 +00:00
Scott Stone
2e27d2e08c Quick fix for compile (nw) 2014-02-09 23:16:40 +00:00
Couriersud
534348f6a9 Commit current state of netlist examples. Later, these are intended as a basis for regression tests. 2014-02-09 22:43:58 +00:00
smf-
ee7c90c3a4 and again (nw) 2014-02-09 22:38:03 +00:00
smf-
fae704cc31 and of course the missing files (nw) 2014-02-09 22:36:14 +00:00
Couriersud
c7eee90411 Netlist maintenance:
- made frequency a obligatory parameter for CLOCK, MAINCLOCK and SOLVER
- fixed a bad memory corruption.
- added "owner" to save states. This allows to remove objects after they registered state.
- fixed VCCS and VCVS.
2014-02-09 22:36:05 +00:00
Curt Coder
f44b1831a6 64h156: Refactored to not device_execute. (nw) 2014-02-09 21:53:34 +00:00
Curt Coder
e187bc4a43 (MESS) c2040: Fixed READY signal. (nw) 2014-02-09 21:52:06 +00:00