Search found 43 matches
- Tue Feb 04, 2025 4:45 am
- Forum: Newbies
- Topic: Let's start at the very beginning...
- Replies: 105
- Views: 14242
Re: Let's start at the very beginning...
Sorry for being so late. My motivation was burnt out, so I focused on getting back on track. I'm currently creating an emulator for MOS6502 using Python. It will take some time, but I appreciate your help.
- Tue Jan 21, 2025 11:35 pm
- Forum: Newbies
- Topic: I'm really sorry for the delay
- Replies: 6
- Views: 2858
Re: I'm really sorry for the delay
So, I'll try using my own 8-bit CPU with a reset interrupt similar to the 6502.I'll try making a simple one with c.
- Tue Jan 21, 2025 12:04 am
- Forum: Newbies
- Topic: I'm really sorry for the delay
- Replies: 6
- Views: 2858
Re: I'm really sorry for the delay
During that time, I was feeling burnt out, so I watched YouTube videos from the Unix Archive to try to regain motivation and the motivation to build my own CPU and OS.
- Mon Jan 20, 2025 8:54 am
- Forum: Newbies
- Topic: I'm really sorry for the delay
- Replies: 6
- Views: 2858
I'm really sorry for the delay
I'm really sorry for the delay
- Thu Jan 16, 2025 3:37 am
- Forum: Newbies
- Topic: Chat: Let's talk about OS development
- Replies: 1
- Views: 2061
Chat: Let's talk about OS development
Let's talk about OS development
Re: simulator
There's still some terrible code right now so I'm fixing it myself. Please wait for a while.
Re: simulator
There may still be some strange parts, but I have defined it.This is a CPU made with custom instructions called mos6503, but I will improve the quality in various parts so that it is similar to mos6502.:CODE:
#include <stdio.h>
#include <stdlib.h>
// memory size(Test)
#define MEM_SIZE 0xFFFF ...
#include <stdio.h>
#include <stdlib.h>
// memory size(Test)
#define MEM_SIZE 0xFFFF ...
Re: simulator
For now, this is all I can do as far as progress is concerned.
#define PC 0
int data_bus;
#define PC 0
int data_bus;
Re: simulator
BigEd wrote:
Github is absolutely fine for almost all hobbyists and almost everyone here. There are just a couple of people here who always object. That is their problem!
Re: simulator
I created a user account for you all: Username: user1
Password: user1
Password: user1
Re: simulator
I have published it. The folder is still empty, but if you would like to please: https://dcf7-119-173-26-116.ngrok-free.app
Re: simulator
In order to learn how to use subversion, I will create and improve a simulator for learning how to make a mos6502 simulator with c.
Re: simulator
Ok, I'm going to use sourceforge.net from now on, since it's easier to log in than github.
Re: simulator
So why not provide it on another platform instead of github? What platform should we use? Any recommendations?
Re: simulator
I'm sorry for saying something unnecessary yesterday, but I'm not familiar with Python, so I wrote a simulator that I didn't understand well, and it ended up being pointless. I'll try studying CPU again.
Accurate simulation of the 6502 is not an easy thing to do. It will take patience on your part ...
Accurate simulation of the 6502 is not an easy thing to do. It will take patience on your part ...