Views: 6,698,308 Homepage | Main | Rules/FAQ | Memberlist | Active users | Last posts | Calendar | Stats | Online users | Search 03-28-24 05:16 PM
Guest:

Main - Posts by Rayyan

Pages: 1 2 3 4 5 ... 8 9 10 11 12
Rayyan
Posted on 06-26-20 07:05 PM, in [REQUEST] Require Log In to Reply to Blog Posts Link | #1938

I was just thinking about this too :D

____________________

How to write an emulator
1. throw code to be emulated somewhere
2. make memory system that allows accessing that code
3. emulate CPU
4. have fun implementing all the other hardware
-- Arisotura, Tuesday 5th January 2021, 22:00:17

Rayyan
Posted on 06-26-20 07:08 PM, in melonDS for iOS and MAC OS (X) Link | #1942

https://emulation.gametechwiki.com/index.php/Nintendo_DS_emulators
There are already some DS emulators for iOS.

____________________

How to write an emulator
1. throw code to be emulated somewhere
2. make memory system that allows accessing that code
3. emulate CPU
4. have fun implementing all the other hardware
-- Arisotura, Tuesday 5th January 2021, 22:00:17

Rayyan
Posted on 06-29-20 04:07 PM, in Qt platform error when attempting to build melonDS. Link | #1969

I don't know how to fix it but I have a libslirp build that works fine. Here it is.

____________________

How to write an emulator
1. throw code to be emulated somewhere
2. make memory system that allows accessing that code
3. emulate CPU
4. have fun implementing all the other hardware
-- Arisotura, Tuesday 5th January 2021, 22:00:17

Rayyan
Posted on 06-30-20 12:08 PM, in melonDS for iOS and MAC OS (X) Link | #1975

Also there's a version of Wine for macOS. Couldn't you run it like that?

____________________

How to write an emulator
1. throw code to be emulated somewhere
2. make memory system that allows accessing that code
3. emulate CPU
4. have fun implementing all the other hardware
-- Arisotura, Tuesday 5th January 2021, 22:00:17

Rayyan
Posted on 06-30-20 12:19 PM, in Compiling on Windows (VSCommunity 2019) - cmake can't find qt5 configs (rev. 4 of 06-30-20 12:20 PM) Link | #1976

I made this bash script. It works fine for me.
See if it works for you.

melonDS-git.sh
git clone https://github.com/Arisotura/melonDS.git
cd melonDS
mkdir build
cd build
cmake .. -G 'MSYS Makefiles' -DCMAKE_BUILD_TYPE=Release -DBUILD_STATIC=ON -DQT5_STATIC_DIR=D:/msys64/mingw64/qt5-static
make -j$(nproc --all)
../msys-dist.sh
cd dist
explorer.exe .


____________________

How to write an emulator
1. throw code to be emulated somewhere
2. make memory system that allows accessing that code
3. emulate CPU
4. have fun implementing all the other hardware
-- Arisotura, Tuesday 5th January 2021, 22:00:17

Rayyan
Posted on 07-02-20 08:41 AM, in Has anyone gotten AR codes to work through your own efforts? Link | #1982

melonDS is going to include cheat support.
https://melonds.kuribo64.net/comments.php?id=111

____________________

How to write an emulator
1. throw code to be emulated somewhere
2. make memory system that allows accessing that code
3. emulate CPU
4. have fun implementing all the other hardware
-- Arisotura, Tuesday 5th January 2021, 22:00:17

Rayyan
Posted on 07-02-20 10:52 AM, in Qt platform error when attempting to build melonDS. (rev. 2 of 07-02-20 10:52 AM) Link | #1983

For me, WFC works fine. And I'm on a wifi connection.(I'm playing Mario Kart DS.)

Try using these DNS servers:
Primary: 178.62.43.212
Secondary: 1.1.1.1

____________________

How to write an emulator
1. throw code to be emulated somewhere
2. make memory system that allows accessing that code
3. emulate CPU
4. have fun implementing all the other hardware
-- Arisotura, Tuesday 5th January 2021, 22:00:17

Rayyan
Posted on 07-03-20 10:31 AM, in Compiling on Windows (VSCommunity 2019) - cmake can't find qt5 configs (rev. 5 of 07-03-20 10:52 AM) Link | #1999

I didn't really write it myself, i copied it from the workflow file. :P

____________________

How to write an emulator
1. throw code to be emulated somewhere
2. make memory system that allows accessing that code
3. emulate CPU
4. have fun implementing all the other hardware
-- Arisotura, Tuesday 5th January 2021, 22:00:17

Rayyan
Posted on 07-03-20 01:54 PM, in Has anyone gotten AR codes to work through your own efforts? Link | #2000

Posted by Tuition_Free
I'm not convinced it's coming anytime soon, a lot of back end arranging, This started out as a gokart, turning into a Lamborghini, but still on the go kart frame.
*snip*

You never know, it might come in 0.9 ;)

____________________

How to write an emulator
1. throw code to be emulated somewhere
2. make memory system that allows accessing that code
3. emulate CPU
4. have fun implementing all the other hardware
-- Arisotura, Tuesday 5th January 2021, 22:00:17

Rayyan
Posted on 07-04-20 12:36 PM, in melonDS fanmade alternate icon/logo Link | #2006

There already was a post like this quite a long time ago -> https://melonds.kuribo64.net/board/thread.php?id=67

____________________

How to write an emulator
1. throw code to be emulated somewhere
2. make memory system that allows accessing that code
3. emulate CPU
4. have fun implementing all the other hardware
-- Arisotura, Tuesday 5th January 2021, 22:00:17

Rayyan
Posted on 07-06-20 10:41 AM, in posting from the DSi browser Link | #2023

I don't think NO$GBA has wifi emulation

____________________

How to write an emulator
1. throw code to be emulated somewhere
2. make memory system that allows accessing that code
3. emulate CPU
4. have fun implementing all the other hardware
-- Arisotura, Tuesday 5th January 2021, 22:00:17

Rayyan
Posted on 07-06-20 05:35 PM, in How do I do multiplayer? (rev. 3 of 07-07-20 11:04 AM) Link | #2027

Posted by Videogamer555
Every time the connection fails, I've discovered it corrupts firmare.bin, and I need to delete the old file and replace it with a new working copy.

Looks like you have those old hacked dumps.

EDIT: Whoops, this is quite an old thread.

____________________

How to write an emulator
1. throw code to be emulated somewhere
2. make memory system that allows accessing that code
3. emulate CPU
4. have fun implementing all the other hardware
-- Arisotura, Tuesday 5th January 2021, 22:00:17

Rayyan
Posted on 07-07-20 10:28 AM, in Is there a way to get E-Reader roms for gba emu? Link | #2029

Maybe try following this to get rid of the "Memory Error"

____________________

How to write an emulator
1. throw code to be emulated somewhere
2. make memory system that allows accessing that code
3. emulate CPU
4. have fun implementing all the other hardware
-- Arisotura, Tuesday 5th January 2021, 22:00:17

Rayyan
Posted on 07-09-20 08:45 AM, in ¿MULTIPLAYER EN POKEMON B2/W2? (rev. 2 of 07-09-20 08:46 AM) Link | #2033

Hello,
I don't think melonDS has emulated infared yet. But it does emulate Local Multiplayer.
Also melonDS doesn't have an Android release. (except for this WIP port).

____________________

How to write an emulator
1. throw code to be emulated somewhere
2. make memory system that allows accessing that code
3. emulate CPU
4. have fun implementing all the other hardware
-- Arisotura, Tuesday 5th January 2021, 22:00:17

Rayyan
Posted on 07-09-20 08:48 AM, in I can't launch melonDS (rev. 2 of 07-09-20 08:48 AM) Link | #2034

See the FAQ. Also, you may want to use the GitHub Actions builds.

____________________

How to write an emulator
1. throw code to be emulated somewhere
2. make memory system that allows accessing that code
3. emulate CPU
4. have fun implementing all the other hardware
-- Arisotura, Tuesday 5th January 2021, 22:00:17

Rayyan
Posted on 07-10-20 12:12 PM, in Tutorial: How to Connect to WFC in MelonDS (Updated 23/09/2023) (rev. 5 of 08-01-20 06:35 PM) Link | #2037

Do not use these - libslirp has been merged into master.


You can find the latest libslirp build here:
Windows: https://mega.nz/file/yXYkzKDI#mx7WfrfOSqx00oN4Q2w-yjg1rmweSMmWLdgTjg15Knw
Linux: https://mega.nz/file/STYECAhK#FcOfw-w_n34OaofDuE_QLZm00Sj2bAcIdmoyUNQjuU4

____________________

How to write an emulator
1. throw code to be emulated somewhere
2. make memory system that allows accessing that code
3. emulate CPU
4. have fun implementing all the other hardware
-- Arisotura, Tuesday 5th January 2021, 22:00:17

Rayyan
Posted on 07-11-20 12:18 PM, in Inazuma Eleven 2 Error Link | #2038

It looks like you're trying to do Local Multiplayer.
Do you have "Bind socket to any address" enabled?
[image]

____________________

How to write an emulator
1. throw code to be emulated somewhere
2. make memory system that allows accessing that code
3. emulate CPU
4. have fun implementing all the other hardware
-- Arisotura, Tuesday 5th January 2021, 22:00:17

Rayyan
Posted on 07-12-20 11:37 AM, in Inazuma Eleven 2 Error Link | #2044

Try to disable audio sync and vsync too.

____________________

How to write an emulator
1. throw code to be emulated somewhere
2. make memory system that allows accessing that code
3. emulate CPU
4. have fun implementing all the other hardware
-- Arisotura, Tuesday 5th January 2021, 22:00:17

Rayyan
Posted on 07-12-20 12:54 PM, in Inazuma Eleven 2 Error Link | #2046

Are you connecting the two games with Internet or Local Wireless?

____________________

How to write an emulator
1. throw code to be emulated somewhere
2. make memory system that allows accessing that code
3. emulate CPU
4. have fun implementing all the other hardware
-- Arisotura, Tuesday 5th January 2021, 22:00:17

Rayyan
Posted on 07-12-20 02:33 PM, in Inazuma Eleven 2 Error Link | #2048

Try using Local Wireless with another game, or try Pictochat.
Does it work?

____________________

How to write an emulator
1. throw code to be emulated somewhere
2. make memory system that allows accessing that code
3. emulate CPU
4. have fun implementing all the other hardware
-- Arisotura, Tuesday 5th January 2021, 22:00:17
Pages: 1 2 3 4 5 ... 8 9 10 11 12

Main - Posts by Rayyan

Page rendered in 0.088 seconds. (2048KB of memory used)
MySQL - queries: 22, rows: 109/109, time: 0.011 seconds.
[powered by Acmlm] Acmlmboard 2.064 (2018-07-20)
© 2005-2008 Acmlm, Xkeeper, blackhole89 et al.