Close Menu
    Facebook X (Twitter) Instagram
    Trending
    • Data Center Liquid Cooling: The AI Heat Solution
    • King Charles Scrambling To Deal With Latest Prince Andrew-Jeffrey Epstein Scandal, as the Pressure Mounts To Strip His Younger Brother of All His Titles | The Gateway Pundit
    • UK government faces growing pressure over collapsed China spy case
    • Zelenskyy to meet Trump in DC as Ukraine seeks defence, energy support | Russia-Ukraine war News
    • Who could Padres target as Mike Shildt’s dugout successor?
    • Don’t give Newsom too much credit for signing anti-discrimination bill
    • Trump, world leaders gather in Egypt for ceasefire deal signing with Netanyahu absent
    • Artificial Neurons Bridge Bio-Electronic Gap
    Prime US News
    • Home
    • World News
    • Latest News
    • US News
    • Sports
    • Politics
    • Opinions
    • More
      • Tech News
      • Trending News
      • World Economy
    Prime US News
    Home»Tech News»Build Your Own Commodore 64 Cartridge
    Tech News

    Build Your Own Commodore 64 Cartridge

    Team_Prime US NewsBy Team_Prime US NewsSeptember 28, 2025No Comments6 Mins Read
    Share Facebook Twitter Pinterest LinkedIn Tumblr Reddit Telegram Email
    Share
    Facebook Twitter LinkedIn Pinterest Email


    Have you ever ever thought “IEEE Spectrum is terrific, however I simply want I had a solution to expertise much more of it, maybe at an area science and expertise museum?” Nicely, I’m happy to say that your very particular want has been granted! In collaboration with the IEEE History Center and the IEEE Global Museum and the assist of beneficiant donors, Spectrum’s Chip Hall of Fame has been tailored right into a touring exhibit that has simply begun making its manner round U.S. museums, and, hopefully, the world.

    Our Chip Hall of Fame celebrates microchips which have had a big impression. Six of the chips from the corridor had been chosen to be a part of the “Chips That Shook The World” exhibit, together with artifacts embodying how every was used. One of many chosen was the 8-bit 6502 processor, so naturally we thought a Commodore 64 dwelling laptop, which used a 6502 variant, needs to be one of many artifacts. Which led to a different thought: Why not have the C64 run a program demonstrating an 8-bit CPU in motion?

    That’s how I ended up, 35 years after I final programmed a C64, sitting at my workplace desk making a brand-new plug-in cartridge.

    The C64 supported plug-in cartridges as a manner of distributing software program, and our demo program wanted to be placed on one. Every morning, the museum curator can simply activate the exhibit and presto! The demo program immediately begins working. The alternate options would have required the curator to kind in instructions to load the demo manually.

    However this comfort comes with two large caveats: One, the demo has to suit into simply 16 kilobytes, the utmost dimension of a cartridge. Even by the requirements of the Eighties, that is small, as some C64 titles spanned hundreds of kilobytes by loading knowledge in chunks from disk or tape. Two, the demo must be written in 6502 assembly and management the C64 video {hardware} immediately.

    Cartridges require just a few elements: a printed circuit board [bottom right], programmable memory chip [bottom middle], and a few resistors, diodes, and a capacitor [top middle]. They’re mounted in a 3D-printed shell [top left and right]. To make the video output suitable with trendy screens, we used a RetroTink-2X Professional adapter [bottom left].James Provost

    Happily, from attending Vintage Computer Federation events over the years, I knew there have been a variety of free or cheap sources that will make it simpler than ever earlier than to do that kind of factor.

    Step one was to determine simply how a lot I might do in 16 KB. The C64’s graphics {hardware} was groundbreaking in its day, able to displaying photos of as much as 320 by 200 pixels with a palette of 16 colours. It might additionally show eight sprites directly; every sprite is a moveable single-color 24-by-21 pixel bitmap. The value for this energy was complexity. The video chip’s control registers, display bitmaps, text-screen knowledge, default and customized character units, sprites, and colour data all stay in several places scattered throughout reminiscence, with some knowledge truly dwelling in separate RAM and ROM chips.

    So I sat down with the detailed memory maps and video hardware programming guides out there for the C64. (This abundance of knowledge is in stark distinction to the Eighties, when documentation was scant, even from Commodore itself). I labored out that I might cram in 9 screens of explanatory textual content, animated graphics, and sprites. Creating these screens, together with the customized character units and sprites they depend on, was vastly simplified due to the net C64 graphics editor at petscii.krissz.hu. The editor can output some outcomes as stand-alone meeting applications, which I tailored as subroutines in my demo code.

    I had simply sufficient area remaining for a fortunate discover. I needed to show at the least one full-screen bitmapped picture, however a prerendered picture would have required 8 KB of information, half the cartridge’s capability. As a substitute I made a decision to make use of a basic hack of programmers for the reason that days of video games like Rogue and Elite: pulling free knowledge out of the construction of mathematics by the use of procedural generation.

    Right here’s the place I bought fortunate: I got here throughout the work of Marcello M., who had printed the supply for a C64 assembly program that shortly created a multicolor fractal Mandelbrot set utilizing simply 3.3 KB of code. With Marcello’s blessing, I integrated his code as one other subroutine.

    Fashionable Instruments For Writing C64 Software program

    The coding was finished utilizing the free IDE 65xx and Kick Assembler desktop software program. I used to be capable of take a look at the code utilizing the favored C64 Vice emulator, which allowed me to do helpful issues like analyzing stay reminiscence contents to seek out runtime bugs.

    A diagram showing 64 kilobytes of RAM with a Kernal ROM occupying the top 8 KB, followed by 4 KB of character ROM, and then 8 KB of Basic ROM. Another column shows I/O and color RAM mapped to the same position as the character ROM, and two shadow ROM locations in lower memory. Finally a third column shows a 16 KB cartridge ROM overlapping the Basic ROM and the memory below it. Areas of the Commodore 64’s RAM had been mapped to issues just like the system ROMs, video-color reminiscence, and the bitmaps of characters, the latter of which had been truly mapped to a number of places in RAM when accessed by the video {hardware}. A few of these mappings overlapped: Inserting a 16-KB cartridge mechanically disabled the ROM storing the Primary interpreter. James Provost

    The following step was to make a bodily cartridge. Once more, there’s trendy assist, this time within the type of US $5 printed circuit boards that want only a handful of elements soldered in to make a cartridge. These elements embrace a programmable ROM chip that I picked up for $3 on eBay. I burned my code to the reminiscence chip with my trusty TL866 programmer and mounted it to the PCB, which in flip was mounted right into a 3D-printed cartridge case.

    Then got here the second of reality. It in all probability gained’t come as a shock to common readers that I already personal an unique C64, which I connect with trendy flat-screen shows through a RetroTink-2X Pro adapter. So I rigorously pushed the cartridge into its slot and turned the machine on.

    Naturally, my C64 instantly froze up. I had forgotten to take away a little bit little bit of memory-management code that made the demo work within the Vice emulator by disabling the ROM that shops the C64’s Primary interpreter. On the true {hardware}, this snippet ended up disabling half the cartridge’s reminiscence. A fast edit and a visit again to the TL866 and I used to be able to strive once more. Success! I used to be lastly actually able to ship some software program, all the way in which to Upland Exhibits, the individuals constructing our touring show.

    I hope you get an opportunity to see my little demo and our “Chips That Modified The World” exhibit in individual: We’ll publish present and upcoming places on the Chip Corridor of Fame web page. However within the meantime, whether or not you used the C64 again within the day, or are simply searching for a enjoyable coding problem, I like to recommend making an attempt your hand at programming this 8-bit basic, now that so most of the unique ache factors have been lowered!

    From Your Web site Articles

    Associated Articles Across the Net



    Source link

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleBREAKING: SHOOTER At Mormon Church In Grand Blanc, MI,—6-8 Victims—Church Set on Fire—Reportedly Engulfed In Flames [VIDEO] | The Gateway Pundit
    Next Article Eric Adams ends campaign for New York City mayor
    Team_Prime US News
    • Website

    Related Posts

    Tech News

    Data Center Liquid Cooling: The AI Heat Solution

    October 13, 2025
    Tech News

    Artificial Neurons Bridge Bio-Electronic Gap

    October 13, 2025
    Tech News

    Netherlands cracks down on China-owned chip firm over security risk

    October 13, 2025
    Add A Comment
    Leave A Reply Cancel Reply

    Most Popular

    Doctors Throw Cold Water On Biden Statement That Doctors Only Found Metastatic Prostate Cancer Last Week

    May 19, 2025

    Three Republican-led states to deploy National Guard troops to US capital

    August 17, 2025

    Journalists should unite and push back against Pentagon restrictions

    September 28, 2025
    Our Picks

    Data Center Liquid Cooling: The AI Heat Solution

    October 13, 2025

    King Charles Scrambling To Deal With Latest Prince Andrew-Jeffrey Epstein Scandal, as the Pressure Mounts To Strip His Younger Brother of All His Titles | The Gateway Pundit

    October 13, 2025

    UK government faces growing pressure over collapsed China spy case

    October 13, 2025
    Categories
    • Latest News
    • Opinions
    • Politics
    • Sports
    • Tech News
    • Trending News
    • US News
    • World Economy
    • World News
    • Privacy Policy
    • Disclaimer
    • Terms and Conditions
    • About us
    • Contact us
    Copyright © 2024 Primeusnews.com All Rights Reserved.

    Type above and press Enter to search. Press Esc to cancel.