Commit Graph

26101 Commits

Author SHA1 Message Date
Olivier Galibert
02f9159cfa fd_fdc: Fix the FM sync detection [Michael Zapf] 2014-01-02 19:47:45 +00:00
smf-
8f1e301775 removed the simplest 6522 port callbacks [smf] 2014-01-02 18:08:30 +00:00
Couriersud
838276728a Netlist:
- fixed 7474 save state
- remove a printf
- simplified netlist_list_t
- increased reschedule count to 15 - diodes are dog-slow
- made reschedule count a solver parameter
- simplified solver code
- solver time now also resets
2014-01-02 14:40:36 +00:00
smf-
e778a278d7 Removed port read handlers from wicat as they just return what was written [smf] 2014-01-02 13:55:30 +00:00
smf-
be9a5785e4 Started to remove via port read handlers, prematurely stopped because IEEE488 code derives the clock from the read handler being called [smf] 2014-01-02 13:54:31 +00:00
R. Belmont
86e75fa9c1 (MESS): Keep my style, incorporating smf's suggestions (nw) 2014-01-02 13:30:41 +00:00
smf-
aee7317ca2 Remove code obfuscation, please don't revert my changes without discussing it first. [smf] 2014-01-02 12:03:07 +00:00
mahlemiut
f704d14ec5 wicat: switched to modern wd_fdc. 2014-01-02 09:54:49 +00:00
Miodrag Milanovic
7f04eebd50 -AVR8 cpu changes [Felipe Sanches]
- timers wip
 - Add TIMSK* reads - Refactor timer_tick calls
 - Remove all redundant register init statements. 
   We simply set all 0x200 registers to zero.
 - debugging timers
 - better syntax for disassembly of RJMP destination address
 - use register names in disasm of CBI, SBI, SBIC, SBIS instructions
 - use register bit names in disasm of instructions SBI,
    SBIS, SBIC, CBI 
 - wip on avr8 EEPROM read/write support
2014-01-02 09:54:29 +00:00
mahlemiut
3a46273b01 wicat: Hooked up FD1795, but still cannot convince the system to even attempt to boot from floppy. Updated some notes on the WD1000. 2014-01-02 08:10:23 +00:00
R. Belmont
8398f4f89f missed files (nw) 2014-01-02 05:41:38 +00:00
R. Belmont
2870d782ad (MESS) mac: cleanup (nw) 2014-01-02 05:40:15 +00:00
Couriersud
e03c983836 Pong now has complete emulation of discrete logic for runQ and SRST signals. Rewrote switch2 device to be based on resistances as well. [Couriersud] 2014-01-02 00:30:21 +00:00
smf-
4c579d7705 Fixed maclc booting (nw) 2014-01-02 00:27:52 +00:00
smf-
e45771fc54 fix for potential loss of state change (nw) 2014-01-01 23:59:18 +00:00
smf-
c809aca64e removed redundant call to write_cb2 (nw) 2014-01-01 23:24:55 +00:00
smf-
06e2117802 fixed maciicx mouse (nw) 2014-01-01 23:16:50 +00:00
Brian Troha
d38860280b deco146.c: Updated comment in header - NW 2014-01-01 22:27:50 +00:00
Wilbert Pol
69f08bce00 tms7000.c: Modernized cpu core. [Wilbert Pol] 2014-01-01 21:58:00 +00:00
Michaël Banaan Ananas
b5daf418a7 "FATALERROR: ERROR: x" 2014-01-01 21:18:47 +00:00
Couriersud
3b28221fd3 Fixed PNP model and added test netlist (bjt.c) [Couriersud] 2014-01-01 20:28:59 +00:00
Ivan Vangelista
1006bc5bd9 Fixed MT05312 (nw) 2014-01-01 20:15:45 +00:00
Couriersud
bc1b26626f Minor modifications to the netlist code. No wn 2014-01-01 18:56:14 +00:00
David Haywood
426d8be774 Merry Christmas From the Netherworld..
fleshed out this non-working skeleton a bit with some new details, obviously still non-working, we're not emulating a 2.6ghz Althon 64 X2 any time soon ;-)
2014-01-01 18:40:36 +00:00
smf-
aa417ba231 I had meant to move this here (nw) 2014-01-01 17:38:12 +00:00
smf-
30f4b914da missed compile error somehow (nw) 2014-01-01 17:24:27 +00:00
Couriersud
114c8d18eb SDL2.0: Fix relative mouse motion. This makes Missile Attack playable again with my Logitech marble trackball. [Couriersud] 2014-01-01 17:18:51 +00:00
Michaël Banaan Ananas
1681ca5cf6 best just apply the hard kit to 1 set 2014-01-01 17:18:33 +00:00
smf-
c4c56cedee Removed cb2 callback from mac drivers, you now have to push the data. [smf] 2014-01-01 17:16:02 +00:00
Michaël Banaan Ananas
3044336dd0 endian safe array access 2014-01-01 16:58:28 +00:00
smf-
d45c8b2c4e fixed some binding errors not caught by -validate (nw) 2014-01-01 16:15:23 +00:00
smf-
cf7b3b7582 removed ca1/ca2/cb1 callbacks as they were never called anyway [smf] 2014-01-01 15:59:32 +00:00
smf-
d83aa23ca0 removed ca2 callback as the value is already pushed [smf] 2014-01-01 15:36:10 +00:00
smf-
6806f5b3bf removed ca1/cb1 callbacks as the values are already pushed [smf] 2014-01-01 15:33:08 +00:00
smf-
6e714a1b49 removed IEEE488 CA1/CA2 callback as it already pushes the values [smf] 2014-01-01 15:24:39 +00:00
smf-
c838911c41 removed more ca*/ca* callbacks [smf] 2014-01-01 15:20:26 +00:00
smf-
0c0ee4823f Changed victor9000 keyboard to push the data line to the 6522 [smf] 2014-01-01 14:59:52 +00:00
smf-
c8c13800b8 removed ca1/cb1/ca2/cb2 callback, they don't do anything [smf] 2014-01-01 14:39:45 +00:00
smf-
9b42297472 removed ca1/cb1/ca2/cb2 callback, they don't do anything [smf] 2014-01-01 14:30:34 +00:00
smf-
16c2005516 removed ca2 & cb2 callback, they didn't do anything [smf] 2014-01-01 14:29:52 +00:00
smf-
64dcec6b99 removed runtime via device lookups, removed ca1, cb1, ca2, cb2 callbacks from configuration & push the values they returned (always 1). [smf] 2014-01-01 14:27:08 +00:00
smf-
0d6fbbcc93 removed oric ca1 & c2 read handlers, they were just returning what was written [smf] 2014-01-01 14:25:24 +00:00
David Haywood
4c0e9249c8 avoid naming conflict (nw) 2014-01-01 13:57:47 +00:00
smf-
ba685abe7f removed runtime via device lookups, removed ca1, cb1, ca2, cb2 callbacks from configuration as the values are pushed already [smf] 2014-01-01 13:24:24 +00:00
smf-
98df56b923 removed readpb & readcb2 callbacks from commodore LCD VIA6522 configuration. Changed write_cb2 to work with shift register [smf] 2014-01-01 13:22:54 +00:00
smf-
e968792e52 removed read_ca*/read_cb* as they just returned what you'd written to the chip already. [smf] 2014-01-01 11:32:52 +00:00
smf-
d794ba4dab converted pa* & pb* inputs to WRITE_LINE_MEMBER [smf] 2014-01-01 10:54:45 +00:00
Brian Troha
89e600209c cv1k.c: Standardized newest additions. Does nothing useful other then minor cleanup - NW 2014-01-01 00:31:19 +00:00
Nathan Woods
2c5140ad31 MSVC compilation fix (nw) 2013-12-31 22:30:23 +00:00
Robbbert
94794e5f4e handler -> member 2013-12-31 20:42:41 +00:00