Jump to content
IGNORED

Modding the JVC TM-A13SU Monitor


Bryan

Recommended Posts

  • 2 months later...

I've been experimenting with service mode settings to improve this monitor's performance with Atari video. So far, I've only tested NTSC settings.

 

CONTROL BLOCK:

40 - Color Trap Q = 0 (1.0) reduces chroma banding in Composite video

42 - Color Trap F0 = 0 (-100KHz) reducing the frequency a touch improved the picture on my setup. I'd try all the settings on a blue BASIC screen to see which one looks best.

44 - Chroma TOF = 0 (off) Chroma Take-Off Filter control. The picture is definitely better with it off.

  • Like 3
Link to comment
Share on other sites

I've been experimenting with service mode settings to improve this monitor's performance with Atari video. So far, I've only tested NTSC settings.

 

CONTROL BLOCK:

40 - Color Trap Q = 0 (1.0) reduces chroma banding in Composite video

42 - Color Trap F0 = 0 (-100KHz) reducing the frequency a touch improved the picture on my setup. I'd try all the settings on a blue BASIC screen to see which one looks best.

44 - Chroma TOF = 0 (off) Chroma Take-Off Filter control. The picture is definitely better with it off.

You're really making me want to buy one of these monitors.

  • Like 1
Link to comment
Share on other sites

  • 1 month later...

There are better pro monitors out there, after all this is a general purpose model with a standard resolution tube. But, it's got a great picture and it the best choice for that classic '80s monitor feel. I have two and keep wanting to bid on more for some reason. :)

Link to comment
Share on other sites

  • 9 months later...

There are better pro monitors out there, after all this is a general purpose model with a standard resolution tube. But, it's got a great picture and it the best choice for that classic '80s monitor feel. I have two and keep wanting to bid on more for some reason. :)

This is terrific. I think I am going to buy one of these and go this approach!

 

So stop driving up the prices on eBay! Ha! ;-)

Link to comment
Share on other sites

  • 1 year later...

Hi, are there any updates to the code for this project? I was thinking of doing one for the monitor I have. I already have a TL866 which I use to program eproms, but haven't tried doing a microcontroller yet. What did MitchSchaft end up having to do to resolve the issue and finish the project? Thanks!

Link to comment
Share on other sites

I did read that there were some issues with ATTiny fuse bit setting/reading protocol in some versions of MiniPro a couple years back,  so maybe that was your issue and it could be fixed now. I'm trying with MiniPro 6.85. I think all I need to know are the correct settings (or the fuse bytes) to give it a try.

 

EDIT: based on Bryan's description of CPU flags, I think it's this:

"Brown-out at 2.7V and Internal RC @8MHz 6CK/14CK + 64ms"

Running that through this calculator:

http://eleccelerator.com/fusecalc/fusecalc.php?chip=attiny45&LOW=E1&HIGH=DF&EXTENDED=FF&LOCKBIT=FF

 

 - Low Byte: 0xE2 (set SUT0, CKSEL3, CKSEL2, CKSEL0)

 - High Byte: 0xDD (set SPIEN, BODLEVEL1=0)

 - Extended: 0xFF (no settings)

 - Lock: 0xFF (no settings.. no need to lock it, of course!)

 

2019-12-18_22-53-22.png

Edited by rmzalbar
add screenshot and fusebit info
Link to comment
Share on other sites

OK, I just finished installing the mod, and it works!!

 

I'm uploading a project file for MiniPro v6.85, for use with the TL866. Loading this project will import the program data and the correct fuse byte settings. All you need to do is pop in a chip and hit Program.

 

If you're doing this from scratch with Bryan's file:

 - Launch MiniPro and select ATTINY45 as the program target.

 - Load the default\jvc_mod.hex file as File Format INTEL HEX and To Region CODE MEMORY

 - On the right side of the window, under Buff. Select click Config

 - Set the following checkboxes:

      Low Byte: 0xE2 (check SUT0, CKSEL3, CKSEL2, CKSEL0)

      High Byte: 0xDD (check SPIEN, BODLEVEL1)

      Extended: 0xFF (no settings)

      Lock: 0xFF (no settings)

 

 - Drop in your ATTINY45 chip and click Program. That's it. Don't try to use the .ELF file, MiniPro doesn't interpret it correctly; the result is garbled data and settings.

 

Thank you Bryan for creating this awesome thing, and also MitchSchaft for showing his work (I used your method of a breakout board on top, except that I routed the wires around to the underside of the board for easier soldering).

jvc_mod_MiniPro.png

jvc_mod_MiniPro.zip

  • Like 1
  • Thanks 2
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...