npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

cap32

v0.1.0

Published

CAPRICE32 4.2 LIBRETRO DEBUG VERSION WIP

Downloads

5

Readme

CAPRICE32 4.2 LIBRETRO DEBUG VERSION WIP

 
What?: A quick port of caprice32-4.2.0 to LIBRETRO.
Why? : It was the first computer i own.
Who? : Rtype

All the credit of the caprice32 Emulator to Ulrich Doewich Also 6128.h & amsdos.h (and psg for ps3 )files taken from wiituka (author:dantoine) http://code.google.com/p/wiituka/

And of course for the RetroArch/Libretro team : "http://www.libretro.org/"

You can download the caprice32 original source code here : http://sourceforge.net/projects/caprice32/

It's a quick hack. At this time , works the basis but buggy on linux / android / PS3.

Remember ,Everything not working well, It's a debug release , so expect bugs.

Compile:

Go to linux directory, and type make .

Usage:

Launch retroarch , select a startup dsk/sna , and cap32 sould boot.

Control:

- Joy/Overlay

L2  STATUS ON/OFF
R2  SND ON/OFF
L   ZOOM/DEL
R   RESET
SEL ENTER
STR VKBD ON/OFF
A   FIRE/VKBD KEY
B   RUN
X   CAT
Y   LOAD DSK

- In vkbd page 2 

"EXT" EXIT EMU
"SNA" SAVE SNA
"DSK" SWITCH DSK DRIVE A/B
"Col" SWTICH FGCOL ON/OFF

Core options: Autorun - disable/enable

    If enabled a RUN"DISK command will be done at startup. To make it
    work with your games, you need to create a DISK.BAS file on the
    game disk that. Currently this needs to be done using a different
    Amstrad emulator as libretro-cap32 currently does not save changes
    to disk files.

    Follow these steps using a different Amstrad emulator:
    1. Load the emulator and mount your game disk file
    2. Type "CAT" at the BASIC prompt and find the name of the game
       file on the disk. Usually it's an abbreviation of the game. For
       this example I will use Boulderdash which has a game file on
       the disk called BOULDER.BAS								
    3. At the BASIC prompt type:
         10 RUN"BOULDER.BAS
         SAVE "DISK.BAS"

    When Autorun is enabled DISK.BAS will be launched at startup which
    will then run the real game file.

Knows Bugs:

- Everything not working well, It's a debug release , so expect to more bug.