Page 34 of 103 FirstFirst ... 243031323334353637384484 ... LastLast
Results 331 to 340 of 1021

Thread: Tapuino, the $20 C64 Tape Emulator

  1. #331
    spcbm's Avatar
    Join Date
    Sep 2014
    Country
    Spain
    Region:
    Barcelona
    Posts
    410
    Feedback
    67 (100%)

    Default

    @sweetlilmre: Have you had time to make the changes in the software for the new hardware revision?
    I think is quite easy, just enable the internal pull ups and invert the button signals, isn't that?
    My skills in programing arduino are near to zero.

  2. #332
    Inactive Member kubino's Avatar
    Join Date
    Apr 2014
    Country
    Slovakia
    Region:
    Slovakia
    Posts
    68
    Feedback
    10 (100%)

    Default

    Quote Originally Posted by spcbm View Post
    @sweetlilmre: Have you had time to make the changes in the software for the new hardware revision?
    I think is quite easy, just enable the internal pull ups and invert the button signals, isn't that?
    My skills in programing arduino are near to zero.

    @spcbm

    I just build one prototype with internal pullups. the code change is very easy :

    just change

    i = key_state ^ KEYS_READ_PINS; // key changed ?
    to

    i = key_state ^ ~KEYS_READ_PINS; // key changed ?
    in comms.c source file

  3. #333
    "Takai desu ne." -"Jinsei da." VIP
    Amibayer!
    protek's Avatar
    Join Date
    Feb 2008
    Country
    Finland
    Region:
    Oulu, Pohjois-Pohjanmaa
    Age
    47
    Posts
    3,889
    Feedback
    65 (100%)

    Default

    Can the cassette port connector be substituted with a mini-DIN ala C16? I have the mini-DIN to cassette port adapter.
    AMIGA 4000 060/50, AMIGA 1200 030/50, AMIGA 500, C128D, C128, C64C, C64, C16, Vic-20, Atari 520 STE, Atari 65 XE, Philips NMS-8250 MSX2, Sinclair Spectrum +3e, Sinclair Spectrum 48k, Amstrad CPC 6128, Amstrad CPC464, Oric Atmos, Apple Macintosh Classic, Apple IIGS, BBC Master, Memotech MTX500

  4. #334
    Inactive Member kubino's Avatar
    Join Date
    Apr 2014
    Country
    Slovakia
    Region:
    Slovakia
    Posts
    68
    Feedback
    10 (100%)

    Default

    This idea is so awesome so I coudn't help myself and built also one

    This version is with no resitors on board (internal pullup are used) :

    Click image for larger version. 

Name:	20150213_192558.jpg 
Views:	44 
Size:	175.4 KB 
ID:	83147Click image for larger version. 

Name:	20150213_213821.jpg 
Views:	42 
Size:	194.7 KB 
ID:	83148

    not so pretty like other builds but it's working perfectly! thanks sweetlilmre for sharing!
    Last edited by kubino; 13th February 2015 at 20:54.

  5. #335
    Inactive Member sweetlilmre's Avatar
    Join Date
    Jan 2013
    Country
    South Africa
    Region:
    KwaZulu / Natal
    Posts
    756
    Feedback
    35 (100%)

    Default

    @kubino great stuff and good build! I will make the code change with a config switch, if you would like to do so and send a pull request that would be awesome.
    [CENTER]Build a Tapuino!
    http://www.amibay.com/showthread.php?63166-Tapuino-the-20-C64-Tape-Emulator
    http://www.sweetlilmre.com
    [/CENTER]

  6. #336
    Inactive Member kubino's Avatar
    Join Date
    Apr 2014
    Country
    Slovakia
    Region:
    Slovakia
    Posts
    68
    Feedback
    10 (100%)

    Default

    Ok i raised pull request. it's first time I played with github so hopefully its OK

  7. #337
    spcbm's Avatar
    Join Date
    Sep 2014
    Country
    Spain
    Region:
    Barcelona
    Posts
    410
    Feedback
    67 (100%)

    Default

    @kubino: Nice build and thanks for the code info and testing the new hardware revision.

    @protek: yes the connector could be a mini din C16 style. I have tested the standard mini din you can buy in the store, and it works but is really difficult to solder and assembly. If you are asking about the possibility to include in the kit, please post in the sales thread or send PM.

    @caiusfabricius: this is the sales thread http://www.amibay.com/showthread.php...-kit-Pre-Order

  8. #338
    Inactive Member sweetlilmre's Avatar
    Join Date
    Jan 2013
    Country
    South Africa
    Region:
    KwaZulu / Natal
    Posts
    756
    Feedback
    35 (100%)

    Default

    Quote Originally Posted by kubino View Post
    Ok i raised pull request. it's first time I played with github so hopefully its OK
    Hi,

    The pull request was in order, but I have made a suggestion on changing the code for efficiency. Please check and change and I'll merge when you are done
    -(e)

  9. #339
    Inactive Member kubino's Avatar
    Join Date
    Apr 2014
    Country
    Slovakia
    Region:
    Slovakia
    Posts
    68
    Feedback
    10 (100%)

    Default

    yes already done... thanks for suggestion I'm new to audrino c programming so thanks for your patience

  10. #340
    Inactive Member sweetlilmre's Avatar
    Join Date
    Jan 2013
    Country
    South Africa
    Region:
    KwaZulu / Natal
    Posts
    756
    Feedback
    35 (100%)

    Default

    Quote Originally Posted by kubino View Post
    yes already done... thanks for suggestion I'm new to audrino c programming so thanks for your patience
    Hi,

    GitHub pull requests are a great way to learn. I had a situation when a pull request I submitted got rejected about 10 times .
    Made the code REALLY clean and modular by the time the owner accepted it (it was a huge patch).

    Your pull request still has some issues, I'll comment on GitHub so we don't make the thread a pull-request tracker

    -(e)

Page 34 of 103 FirstFirst ... 243031323334353637384484 ... LastLast

Similar Threads

  1. Wanted Cbm 64 tape deck
    By owen2471 in forum Commodore
    Replies: 5
    Last Post: 21st September 2013, 18:43
  2. Sold TAKEN: C 116 with tape
    By antonikaroly in forum Sales Archive
    Replies: 4
    Last Post: 23rd August 2013, 19:19
  3. Sold C64 Tape Bundle
    By morcar in forum Commodore
    Replies: 6
    Last Post: 11th July 2013, 00:44
  4. For Sale Tape Drive
    By alpehut in forum Other
    Replies: 0
    Last Post: 21st April 2013, 12:17
  5. Closed Zx 16 microdrives tape with box
    By Virge in forum Sales Archive
    Replies: 1
    Last Post: 11th July 2011, 20:07

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •