Robbbert
6a4a4e14c7
(MESS) new not working system [Felipe Sanchez]
...
--------------------------------------------
Henry Prot I v19 (REV.1)
out of whatsnew: did some cleanup, removed unused variables, etc (Robbbert) Also, keyboard doesn't appear to work, maybe should be marked not working?
2014-01-03 23:21:00 +00:00
Michaël Banaan Ananas
8282f3041d
Added video raw params. Also tried to hook up crtc but got screen offset glitches.
2014-01-03 22:59:20 +00:00
Dirk Best
5a4efd93da
px4.c: preliminary tf20 floppy support
2014-01-03 19:35:59 +00:00
smf-
1eeab03497
Allow vic20/c64/c128 to share user port devices, removed c64 version of vic1011 and moved protovision 4 player adapter from bus/c64 to bus/vic20. Tried to test with http://code.google.com/p/commodore-multi-player/ as it supports protovision 4 player adapter, but it currently crashes. I have had to disable 1541 as it prevents quick loading from working. [smf]
2014-01-03 18:18:33 +00:00
R. Belmont
9a6c91f3d4
one more (nw)
2014-01-03 17:13:40 +00:00
R. Belmont
96a37d47b4
the obligatory missed file (nw)
2014-01-03 17:12:02 +00:00
R. Belmont
8e1dd2ae78
Fix Clang compile (nw)
2014-01-03 16:56:19 +00:00
R. Belmont
5ca5a42a6d
n68681: modernized and killed config struct in favor of devcb2. [R. Belmont]
2014-01-03 16:33:21 +00:00
Ivan Vangelista
1ae426e1b0
Modernized mos6530 device.(nw)
2014-01-03 16:19:16 +00:00
Michaël Banaan Ananas
a63a445e97
xtal stuff
2014-01-03 15:41:38 +00:00
Miodrag Milanovic
488e073876
avr8 : fix from Filipe (nw)
2014-01-03 11:44:30 +00:00
mahlemiut
0623cc4bf7
wicat: changed tag for the 8X300, since it's part of the WD1000, and adding logging of WD1000 register writes. (no whatsnew)
2014-01-03 11:22:28 +00:00
Miodrag Milanovic
ae8f183eed
avr8 : changed -1 to 0xffff since UINT16 have been used (nw)
2014-01-03 10:28:13 +00:00
mahlemiut
c0c8402fd2
wicat: added else. (no whatsnew)
2014-01-03 03:14:39 +00:00
smf-
cad9bf29eb
missed this in last commit (nw)
2014-01-03 02:51:29 +00:00
smf-
c1a652b17c
saves variables I added recently & expanded vic20 user port so that devices can be shared between vic20/c64/c128 (nw)
2014-01-03 02:35:49 +00:00
mahlemiut
846afdc0d9
wicat: Got it passing the VIA test. Needs a trampoline to do so, but is not possible otherwise at this stage.
2014-01-03 02:01:37 +00:00
smf-
48e29c8a94
Hooked up the 6551 to the plus 4 user port, haven't been able to test it in diag264 as cartridges don't appear to work [smf]
2014-01-03 01:54:28 +00:00
Michaël Banaan Ananas
f84567bfd2
fixed montecar slowdowns
2014-01-03 00:53:49 +00:00
smf-
daf116fd4a
removed superflous ; (nw)
2014-01-03 00:47:51 +00:00
Dirk Best
74dde453d6
px4.c: small bugfix
2014-01-02 23:55:58 +00:00
Dirk Best
3ebc69c4cc
px4.c: initial diserial support
2014-01-02 23:36:43 +00:00
Michaël Banaan Ananas
6aa4e86609
rm unused idct32 code
2014-01-02 22:17:11 +00:00
R. Belmont
c0f502adfb
(MESS) Add documentation (nw)
2014-01-02 22:09:28 +00:00
smf-
65e4aa12a2
Modernised VIC20 user port [smf]
2014-01-02 22:03:04 +00:00
Michaël Banaan Ananas
0adf1d2f80
elsemi notified that dynabb dump is bad
2014-01-02 19:52:00 +00:00
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