Archive

Archive for the ‘Today’ Category

(Italian) Jurassic News numero #58

April 21st, 2016 No comments

Sorry, this entry is only available in Italian.

Categories: Magazine, News & Rumors, Today

SD2Snes Firmware v0.1.7a released

April 18th, 2016 No comments

Ikari has released a new firmware for the SD2Snes Flash Cartridge (Super Nintendo/Famicom). The upgrade instructions can be found here.

Here’s what’s new since preview 4:

  • Configuration menu. All settings are now available through the menu. Changes take effect immediately after confirming a setting with the A button. It can use some polish but should work fine. Note that the Video Mode settings are only effective on SuperCIC modded consoles.
  • SRM files (save files) are now stored in sd2snes/saves/<romname>.srm – existing save files will be moved upon save, there is no batch migration.

Game fixes:

  • DMA de-initialization has been reintroduced and changed from $00 to $ff. This reflects a real SNES better and hopefully finally fixes sprite corruption with SGnG and SSF2, AND title screen glitches/crashes with Pocky&Rocky US.

MSU1 enhancements:

  • MSU1 volume boost: In case MSU1 audio is too quiet you can now increase volume in several steps. Available via Configuration->Chip Options.
  • Interpolation filter to reduce aliasing, resulting in cleaner sound.
  • Fixed a bug where volume calculation introduced DC offset to the waveform output. This eliminates clicking or humming on volume changes/fades.
  • Changed MSU1 audio playback rate to exactly 44100Hz to match bsnes/higan implementation. Sound that syncs on bsnes should now also sync properly on sd2snes.
  • MSU1 resume feature implemented (Thanks to Michaël Larouche!)

Miscellaneous:

  • Missing ROM files are automatically removed from the “Recent Games” list. (Thanks to borti4938!)
  • Background text is now properly greyed out in the SPC player.
  • Ultra16 awareness (mostly thanks to borti4938!):
    • Ultra16 serial number and autoboot setting is displayed in the System Information screen.
    • Exiting from the SPC player doesn’t crash the menu anymore on Ultra16 consoles.
    • Soft reset is prolonged a bit on Ultra16 consoles so you have the opportunity to release the controller buttons, not entering the Ultra16 menu by accident.
    • Auto region patching is disabled on Ultra16 consoles so it doesn’t interfere with the Ultra16’s own facilities.

Critical & Minor bugs:

  • Firmware locked up when loading Zelda 3 after soft-reset. I am surprised that it actually worked so well with all other games.
  • Auto Region Patch setting wasn’t saved properly.
  • Satellaview custom time had a garbled default value (year 1035). The default has now been fixed. If you’d like to apply it you can delete your config.yml or just the “BSXTime” entry from it to load the new default.

Download: SD2Snes Firmware v0.1.7a (924)

source: sd2snes.de

Categories: Firmware, News & Rumors, Today

DirMaster v3.1.0/Style

April 15th, 2016 No comments

DirMaster is a Windows-based GUI application designed to help Commodore enthusiasts explore and manage their disk image collections.

DirMaster supports common (and uncommon) emulator disk image formats (such as .d64, .d81, .d2m, etc), almost every native Commodore archival format (such as .arc, .sda, .lnx, etc), and many native graphic formats (such as koala, doodle, amica, etc).

DirMaster was designed to give users a perfect blend of familiar appearance (e.g. natural looking disk image contents using the PETSCII character set) and modern GUI functionality (e.g. drag and drop, opening multiple disk images at once). The first version of DirMaster was released in 2006.

Some of the new stuff in v3.1.0:

  • .d1m (read/write)
  • Windows Explorer right click context menu, “Extract All Here”: extracts all files from the disk or archive file into the same directory.
  • Add %H parameter to run in, to convert filename to $ hex characters.
  • File properties adds file size in bytes and md5 hash.
  • Ctrl x/c/v in a directory window will cut, copy, and paste files to and from the clipboard (mimics Windows Explorer behavior)
  • Mouse over a sector in the BAM shows the file name and sector.
  • Selecting a file will number the linked sectors in the BAM.
  • Tweaks to batch output (html, seq, txt, csv), GEOS file handling, disk error handling (23/24/27/29), sfx/sda title handling, PETSCII tool.
  • Bug fixes addressing d2m, d4m, d81, t64, g64, nib and other general functions.

Download: DirMaster v2.2 from Style (1114)

source: style64.org/dirmaster

2 x Commodore Amiga 600 Full Recap and Repair

April 10th, 2016 No comments

2 x Commodore Amiga 600 Full Recap and Repair.

Commodore Amiga 600 #1:

  • Full SMD Capacitors Recap.
  • Replaced the joystick port with a missing two pins. The joystick port has been recovered from a pcb (not amiga) for spare parts.

Gallery:

Commodore Amiga 600 #2:

  • Full SMD Capacitors Recap.

Gallery:

TRS-80 Model 1 L2 – Video Snow Shovel Hardware Fix

April 10th, 2016 2 comments
TRS-80 Model 1 L2 - Video Snow Shovel Hardware Fix

TRS-80 Model 1 L2 – Video Snow Shovel Hardware Fix

Video snow, the black streaks against white characters, is most apparent with large, rapidly changing areas of white graphics. The root of the problem is that the TRS-80 display is memory mapped by the CPU.

The solution is to give the video circuitry higher priority than the cpu.

Note:

On my TRS-80 Model 1 where i use the Quinnterface & FreHD i had to use the version that also includes the 74LS125 which seemed optional but in this case it does not appear to be optional, we have to do it, otherwise doesn’t work.

Thanks to Ian Mavric for the support.

Gallery of the hardware mod:

Download: 80 Microcomputing Magazine 1982 (829)

TRS-80 Model 1 L2 – Lowercase characters Hardware mod

April 10th, 2016 1 comment
TRS-80 Model 1 L2  - Lowercase characters Hardware mod

One of the most famous limitations of the TRS-80 Model I was its inability to display lower case characters.

Although the lower case characters were present in the character set, the Model I lacked the extra memory chip needed to store the bit corresponding to lower case.

The significance of this limitation has been exaggerated over time (it is worth noting that at that same time the Apple II also lacked lower case), but it created a real problem for word processors. Many lower case upgrades for the Model I were created to address the omission, ranging from simple to more complex.

The TRS-80 video display uses a dedicated block of 1024 bytes of memory located in memory space at 3C00 Hex. When received from the factory, there are only 7 memory chips installed in this block of memory, providing 128 possible characters for screen display. The stock TRS-80 uses 64 of these combinations for graphics and a second 64 for the upper-case subset of the ASCII character set. Bits 0-5 control the character selection, and the highest bit (bit 7) is used to determine if the character is alpha-numeric or graphic. Bit 6 is missing!

To add lower-case display, bit 6 must be implemented. This may be accomplished by switching the memory chip for bit 7 to bit 6, thereby enabling lower-case letters and eliminating graphics, or by addition of an 8th memory chip. We prefer adding the extra chip. In either case, if you plan to use Level II BASIC, you must include a switch to disable bit 6, or BASIC will place a lot of funny characters on the screen!

Gallery of the hardware mod:

Download: Lowercase characters Hardware mod (1068)

source: trs-80.org

TRS-80 Model 1 L2 – Assembling Quinnterface & FreHD Interface

April 10th, 2016 No comments
TRS-80 Model 1 L2 - Assembling Quinnterface & FreHD Interface

TRS-80 Interfaces in KIT from Ian Mavric and J. Andrew Quinn.

I begin to assemble the kit:

  • “Quinnterface” is a Mini Expansion Interface for TRS-80 Model I with 16K. Neat little device is perfect for Model I users who own a 16K Level II unit (which is most of you) but no EI or Disk Drives, and don’t want to modify your Model I with upgraded boot Rom or memory upgrade. The Quinnterface, developed by J. Andrew Quinn from New Zealand, adds 32K RAM and auto-boot functionality to your FreHD.
  • “FreHD” SD Card HARD DRIVE Emulator for TRS-80 Model I/III/4.

The complete kit consists:

  • Quinnterface.
  • FreHD.
  • Model 1 Hard Drive Adapter.
  • BoHx. A small neat enclosure for your FreHD!
  • CD ROM / Stickers and Cables.

Gallery:

source: ianmav.customer.netspace.net.au/trs80/

Repair Luxor ABC 80 *updated*

April 6th, 2016 1 comment
Luxor ABC 80 Repair

Defects:

  • Some keyboard keys are totally dead.
  • Missing +17v and obviously the +12v
  • Short-circuit on the psu side, inside the monitor.
  • Tape Recorder with the mechanism stucked.

Repairing:

  • Replaced most of the Tantalum Capacitors* on the main pcb and on the tape recorder pcb, some are in short-circuit.
  • Replaced 1 x Fuse on the CRT Monitor pcb side.
  • Repair Tape Recorder, i had to disassemble most parts of the tape recorder mechanism. The lubricant grease was dry and has totally blocked the mechanism of the tape recorder.
  • Replaced all pads (Foam Mylar Pad) of the Keytronics Keyboard, the same Keyboard used in SOL-20.

* For this repair i have used only tantalum capacitors, although i usually prefer to use electrolytic capacitors, i used to keep the same aesthetic.

Gallery of the repairing:

Download:

It was a Commodore Amiga 2000 – Black Screen of death – Repaired

April 5th, 2016 3 comments
Commodore Amiga 2000 - Black Screen of Death #1

Commodore Amiga 2000 – Black Screen of death

The Battery Acid has corroded some pcb tracks (not visible to the naked eye) connected to the pin of the resistor packs RP900 and to MC68000 and probably other IC.

Gallery before cleaning and repair:

Commodore Amiga 2000 – All that glitters is not gold.

After some work it seems to work but still suffers of some problems.

Present problems:

  • All Connectors are rusty and uprooted.
  • Boot sequence problems, when boot correctly, there are no problems.

Resolved issues:

  • Corroded tracks, i have made 12 bridges*.
  • Replaced “deflowered” kickstart socket.
  • Replaced not working Kickstart 1.2 ROM.
  • Replaced 4 x LM33256 (RAM) shorted.

I need to assess whether or not continuing with the repair…

Big gallery of the repairing:

Welcome back, Commodore Amiga 2000.

I do it very shortly, i don’t like writing a lot because i don’t  have time to do and i don’t like it.

We are left with the Amiga 2000 that sometime works and sometime not.

Defect/Boot Errorr code was: gray / yellow / green / rainbow / out of sync / purple / white.

When this not happen, the boot works perfectly and i can see theusual “hand”

  • To fix the problem of the green screen that indicates problems of the RAM, i had to replace 3 x LM33256 (Total RAM replaced: 7), these ram are not shorted but partially functional and 1 x 74LS244.
  • To fix the problem of the yellow screen which created problems with the LATCH, i had to replace a 1 x 74LS373.

I have also replaced the socket of the MC68000 CPU and i have discovered another interruption between the pitche and track and also a lot of corrosion and recovered some connectors of an old Amiga 2000 REV 4 motherboard to give an decent aesthetic look to the repaired motherboard.

Now the Commodore Amiga 2000 works perfectly.

Before and after Gallery:

Commodore VIC-20 Repair

April 5th, 2016 1 comment
Commodore VIC-20 Repair

Defect:

  • Black screen.

Replaced parts:

  • Soldered a 24-pin IC socket.
  • Replaced 1 x 901486-07 KERNEL ROM (UE12)

Gallery of the repairing:

Commodore SX-64 USA (NTSC) – Repairing and Cleaning

April 5th, 2016 1 comment
Commodore SX-64 (USA)

A big disappointing this Commodore SX-64 USA purchased for spare parts to fix aesthetically one of my SX-64 PAL.

Why disappointing? because from the photo’s looked in a very bad shape, rust stains, various diseases and not working.

Conversely after removed the shit from the external case, replaced the booring PLA (906114), general cleaning + keyboard / Floppy Drive test and replaced one keyboard lock, the SX-64 is fully working and aesthetically in good condition.

Now i have for myself four SX-64 where the fourth is NTSC/USA, but honestly i was not looking for the USA version.

I am really unlucky :D

Gallery of the cleaning and repairing:

C64 Big Game Pack: Alone Against the BSE9 +6T / QWAK +3F …

April 4th, 2016 No comments

Some new games or tools (Cracked / Trained or Unrealeased) for Commodore 64 have been released from your favorites groups.

Titles:

  • Speeding on the A 81 +7
  • Speeding on the A 81 + Bonus
  • Slime Deluxe +3
  • Lazarian +3DGH
  • Fire-Drill +H
  • Pirati +2DT
  • Petaco´5
  • Mini-Penetrator +3HT
  • Sheepoid – Frozen in Time +4DF
  • Sheepoid – Frozen in Time
  • Slider Session
  • Kill the Bit
  • Frogger II – Three Deep +4D
  • Castle of Life +3DT
  • West +2DT
  • It’s Magic 2 +4PI
  • Movement Basic
  • Shockway Rider +6DGH
  • Pothole Percy +3D
  • Buttonpress
  • Chopper Hunt +3
  • Heathcliff +DGMF
  • Ring on a String [16kb cartridge]
  • Slime Deluxe [16kb cartridge]
  • T.H.E.A. [16kb cartridge]
  • Alienator [16kb cartridge]
  • Vortex Crystals [16kb cartridge]
  • Pickle’s Pod Patrol [16kb cartridge]
  • Icicle Race [16kb cartridge]
  • Platman [16kb cartridge]
  • Bug Hunt [16kb cartridge]
  • QWAK [16kb cartridge]
  • Blap ‘n Bash Revisited [16kb cartridge]
  • Platman +4
  • Pickle’s Pod Patrol +4H
  • Night of the Valkyrie [seuck]
  • Ring on a String
  • Platman +2H
  • Icicle Race +2
  • QWAK +3F
  • Bug Hunt +1H
  • Blap ‘n Bash Revisited +5HD
  • Alienator +4HF
  • Vortex Crystals +9HD
  • T.H.E.A. +2D
  • Ring on a String +
  • Alone Against the BSE9 +6T

Download: All Games in One Archive (3463)

source: csdb.dk

Revision 2016 – C64 Party results

March 29th, 2016 No comments

This is the official demo party results from Revision 2016 (Top 3 Entries only). See also the CSDB Revision 2016 section for more informations.

C64 4K Intro:

  • 1 – The Best Intro Ever by Razor 1911.

Mixed Graphics:

  • 6 – Vote EvilBot by Laxity.

Mixed Music:

  • 4 – 8-bitburgers by Panda Design.
  • 5 – A Computer in My Backpack by Lft.
  • 9 – Remembrance by Genesis Project.

Mixed Demo:

  • 1 – We Are Demo by Fairlight, Noice, Offence.
  • 6 – Watch My Balls in Action! by Singular.
  • 7 – Decrunch 2016 Invite by DreamWeb.

Download: Revision 2016 Party stuff (1002)

source: 2016.revision-party.net

CBMXfer v0.41.1 (Front-End for CBM4Win/CBMLink/ZoomFloppy)

March 17th, 2016 No comments

CBMXfer is a front-end to several command-line utilities for transferring files and working with disk images. CBMXfer makes using those utilities easy by providing a familiar windows interface that removes the need to learn the commandline syntax of each program. CBMXfer also includes a multi-format file and picture viewer.

The commandline utilities are:

  • OPENCBM – transfers files/images to/from a real CBM drive connected via an ‘X-cable’ on the parallel port.
  • CBMLINK – transfers files/images to/from a real CBM drive connected to a real CBM computer connected to the PC via a serial cable.
  • C1541 – a utility from VICE that works with CBM Image Files (ie: D64,D71,D81 files).
  • NIBTOOLS – Utilities to transfer images via parallel port. Supports protected disks.
  • IMGCOPY – Utility to image IEEE and 1581 disks.

What can I do with it?

  • Transfer files to or from real CBM drives
  • Create D64 and other images files from real CBM disks
  • Write D64 and other files back to real CBM disks
  • Transfer files from WITHIN Image Files
  • View Commodore files (BASIC, SEQ, Binary, ML, Chr Sets, and Images). Supports all all machine types
  • ML viewer is a full two-pass symbolic disassembler!
  • Simple file operations like copy, delete, rename
  • Launch VICE and attach disk images plus autorun
  • Zoom Floppy supported.
  • Supports 1581 partitions with OpenCBM
  • Format disks
  • Supports IEEE drives with Zoom Floppy

Download: CBMXfer v0.41.1 (1103)

source: Steve J. Gray Homepage

USB Stick STM32 (Gotek) HxC Floppy Emulator: Firmware v3.0.6.7a

March 17th, 2016 No comments

Jean-François DEL NERO (who’s behind the HxC SD Floppy Emulator) recently has released a version of the HxC emulator firmware that is compatible with the STM32 chip used in the Gotek floppy emulators.

This means that the great functionality of the HxC SD emulator is now available on cheaper and more widely available hardware.

The bootloader to convert the Gotek floppy drive in HxC compatible must be purchased on the website HXC 2001 by sending an email to Jean-François DEL NERO. The price of the bootloader is one-off 10 Euro per Gotek that you want to update. Future updates of the software are free and can be made from a USB stick

The HXC Usb (Gotek) firmware supports:

Release notes Firmware USB HxCFloppyEmulator v3.0.6.7a

  • Tandy TL/2 write issue corrected – glitch filter reduced (Probably solve write issue with some others machines too).
  • 2 digits display init issue corrected (I2C timeout reduced).
  • LCD support: Characters glitches with some long file name corrected.

Download: USB Stick STM32 (Gotek) HxC Firmware v3.0.6.7a (1034)

source: hxc2001.com