Top secrets sources NedoPC pentevo

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
594 2013-01-23 02:19:06 lvd /unsupported/ added patch for solegstar -- no kempston joystick port  
/unsupported
/unsupported/solegstar
/unsupported/solegstar/avr
/unsupported/solegstar/avr/current
/unsupported/solegstar/fpga
/unsupported/solegstar/fpga/current
/unsupported/solegstar/tools
/unsupported/solegstar/tools/make_fw
/unsupported/solegstar/tools/mhmt
/unsupported/solegstar/avr/current/default/core.hex
/unsupported/solegstar/avr/current/default/zxevo_fw.bin
/unsupported/solegstar/fpga/current/quartus/top.rbf
/unsupported/solegstar/fpga/current/quartus/top.sof
/unsupported/solegstar/fpga/current/z80/zports.v
536 2012-01-14 23:06:17 chrv /avr/current/ FIX: PS2 keyboard hangup bug
ADD: Autoreset PS2 keyboard log after overload (reading FF code)
 
/avr/current/default/core.hex
/avr/current/default/zxevo_fw.bin
/avr/current/main.h
/avr/current/ps2.c
/avr/current/zx.c
437 2011-06-11 13:50:18 chrv / Release 2011.06.11  
/avr/current/atx.c
/avr/current/default/core.hex
/avr/current/default/zxevo_fw.bin
/avr/current/main.h
/avr/current/pins.h
/avr/current/zx.c
/docs/zxevo_base_configuration.odt
299 2010-12-07 14:01:21 chrv / + control ps/2 mouse resolution
+ mapping ps2 -> zx keyboard without ram
+ documentation update
 
/avr/current/default/core.hex
/avr/current/default/zxevo_fw.bin
/avr/current/kbmap.c
/avr/current/kbmap.h
/avr/current/main.c
/avr/current/main.h
/avr/current/ps2.c
/avr/current/ps2.h
/avr/current/rtc.h
/avr/current/zx.c
/docs/supported_monitors.odt
/docs/zxevo_base_configuration.odt
292 2010-11-27 19:02:18 chrv / * - "NumLock" switch mode to beeper/pwm or tapeout ("NumLock" led light on tapeout mode).
* - Create full translation map (0x00-0x7f for extended scan codes).

update compatible monitors list
 
/avr/current/default/core.hex
/avr/current/default/zxevo_fw.bin
/avr/current/kbmap.c
/avr/current/kbmap.h
/avr/current/main.c
/avr/current/main.h
/avr/current/ps2.c
/avr/current/rs232.c
/avr/current/rtc.c
/avr/current/zx.c
/avr/current/zx.h
/docs/supported_monitors.odt
263 2010-10-17 23:54:32 chrv / some rs232 modifications (baseconf)
add realease description to odt
 
/avr/current/default/zxevo_fw.bin
/avr/current/main.c
/avr/current/rs232.c
/avr/current/rs232.h
/avr/current/zx.c
/avr/current/zx.h
/docs/zxevo_base_configuration.odt
219 2010-08-17 23:12:50 chrv /avr/current/ - "F9","F10","F11" on PS/2 keyboard not used for reset function.
- "F12" on PS/2 keyboard worked like soft reset key. Short press (<5sec) - soft reset, long press (5sec) - hard reset and switch off ATX power.
- "Ctrl-Alt-Del" on PS/2 keyboard reset ZX (hard reset). If all keys is mapped to ZX keyboard - function not work.
- Create translating map (PS/2 to ZX keyboard) in eeprom (default in progmem).
- Fix PS/2 mouse and keyboard send mode (without 'delay' function).
- Support load from tape input.
 
/avr/current/atx.c
/avr/current/atx.h
/avr/current/default/Makefile
/avr/current/default/ZXEVO_FW.BIN
/avr/current/default/core.hex
/avr/current/interrupts.c
/avr/current/main.c
/avr/current/main.h
/avr/current/ps2.c
/avr/current/zx.c
/avr/current/zx.h
186 2010-03-30 00:18:05 chrv /avr/current/ Fix fpga load and ZX part init (optimize)  
/avr/current/default/ZXEVO_FW.BIN
/avr/current/default/core.hex
/avr/current/main.c
/avr/current/main.h
/avr/current/zx.c
179 2010-03-27 19:17:32 chrv /avr/current/ - Add support for get version info (via Gluk cmos extra registers 0xF0..0xFF).
- Optimize sources, some correction (log, fpga load).
 
/avr/current/version.c
/avr/current/version.h
/avr/current/atx.c
/avr/current/default/Makefile
/avr/current/default/ZXEVO_FW.BIN
/avr/current/default/core.hex
/avr/current/depacker_dirty.c
/avr/current/depacker_dirty.h
/avr/current/joystick.c
/avr/current/main.c
/avr/current/main.h
/avr/current/ps2.c
/avr/current/rtc.c
/avr/current/zx.c
163 2010-03-21 18:41:26 chrv / - "Print Screen" PS2 keyboard key set NMI on ZX.
- Soft reset (Z80 only) to service (0) page if pressed "softreset" key <5 seconds.
- documentation
 
/docs/zxevo_base_configuration.odt
/avr/current/atx.c
/avr/current/default/ZXEVO_FW.BIN
/avr/current/default/core.hex
/avr/current/interrupts.c
/avr/current/main.h
/avr/current/rtc.c
/avr/current/zx.c
/avr/current/zx.h
/rom/zxevo.rom
151 2010-03-10 22:30:40 chrv /avr/current/ fix AAA keyboard bug  
/avr/current/default/ZXEVO_FW.BIN
/avr/current/default/core.hex
/avr/current/interrupts.c
/avr/current/main.c
/avr/current/ps2.c
/avr/current/rtc.c
/avr/current/zx.c
/avr/current/zx.h
149 2010-03-08 21:15:24 chrv /avr/current/ Add PS2 keyboard led controlling: "Scroll Lock" led equal VGA mode.  
/avr/current/default/ZXEVO_FW.BIN
/avr/current/default/core.hex
/avr/current/interrupts.c
/avr/current/main.c
/avr/current/main.h
/avr/current/ps2.c
/avr/current/ps2.h
/avr/current/rtc.c
/avr/current/zx.c
126 2010-02-16 00:19:03 chrv /avr/current/ add save/restore vga mode from RTC NVRAM  
/avr/current/atx.h
/avr/current/default/ZXEVO_FW.BIN
/avr/current/default/core.hex
/avr/current/interrupts.c
/avr/current/main.c
/avr/current/main.h
/avr/current/pins.h
/avr/current/ps2.c
/avr/current/ps2.h
/avr/current/rtc.c
/avr/current/rtc.h
/avr/current/spi.c
/avr/current/spi.h
/avr/current/zx.c
119 2010-02-07 23:42:53 ddp /avr/current/ more fine tune realkbd  
/avr/current/default/ZXEVO_FW.BIN
/avr/current/default/core.hex
/avr/current/interrupts.c
/avr/current/zx.c
/avr/current/zx.h
117 2010-02-07 16:35:03 ddp / fine optimize realkbd  
/avr/current/default/ZXEVO_FW.BIN
/avr/current/default/core.hex
/avr/current/interrupts.c
/avr/current/zx.c
/avr/current/zx.h
/flasher/readme.txt
115 2010-02-06 10:35:08 ddp / added real matrix keyboard support  
/avr/current/default/ZXEVO_FW.BIN
/avr/current/default/core.hex
/avr/current/interrupts.c
/avr/current/zx.c
/avr/current/zx.h
/fpga/current/README
105 2010-01-29 21:34:40 chrv /avr/current/ fix bug this year saving to rtc  
/avr/current/default/ZXEVO_FW.BIN
/avr/current/default/core.hex
/avr/current/rtc.c
/avr/current/zx.c
104 2010-01-29 19:39:35 chrv /avr/current/ full Gluk clock emulation  
/avr/current/default/ZXEVO_FW.BIN
/avr/current/default/core.hex
/avr/current/depacker_dirty.h
/avr/current/main.c
/avr/current/rtc.c
/avr/current/rtc.h
/avr/current/zx.c
100 2010-01-28 23:44:25 chrv /avr/current/ Switcher VGA/non-VGA on SCROLL LOCK.
RTC some features (write/read NVRAM cells).
 
/avr/current/default/ZXEVO_FW.BIN
/avr/current/default/core.hex
/avr/current/default/top.rbf
/avr/current/rs232.c
/avr/current/rtc.c
/avr/current/rtc.h
/avr/current/zx.c
/avr/current/zx.h
97 2010-01-28 11:22:23 lvd / vga-only; picture brightness corrected; mouse bug fixed (was X=Y); gluclock works, but badly  
/avr/current/default/ZXEVO_FW.BIN
/avr/current/default/core.hex
/avr/current/default/top.rbf
/avr/current/zx.c
/fpga/current/quartus/pentevo.qws
/fpga/current/quartus/top.rbf
/fpga/current/quartus/top.sof
/fpga/current/video/fetch.v

Show All