Trending

#OpenMSX

Latest posts tagged with #OpenMSX on Bluesky

Latest Top
Trending

Posts tagged #OpenMSX

Video

The #OpenMSX #MSX emulator is getting #FujiNet support. I am using it here to develop a Mastodon client using #Z88DK.

Code in GitHub: github.com/FujiNetWIFI/...

0 0 0 0
Real-Time MSX MegaROM BASIC Tracing.
Real-Time MSX MegaROM BASIC Tracing. YouTube video by 8-bit Saga

MSX BASIC debugging leveled up!

> Tracing a BASIC MegaROM project compiles with MSXBAS2ROM.

> STEP INTO, STEP OVER, Rom Mapper segment detection, external routines disassembly.

youtu.be/cSs8rJE4Elo?...
#MSX #Z80 #RetroDev #BASIC #AlchemiaZ #openMSX #Assembly #Programming #RetroComputing

4 0 0 0
The Trace Viewer in action after running my profiler script in Tcl.

The Trace Viewer in action after running my profiler script in Tcl.

I created a profiler with some lines of Tcl script thanks to OpenMSX new Trace Viewer. It's easy to use and doesn't require the programmer to insert INs and OUTs in his code, so it works with old ROMs too. #openMSX #msx #tcl #debugging #gamedev #profiler #homebrew #8bit

9 3 0 0
Video

Now I have a new hobby: seeing how my favorite games handle sprites and content on the VDP pages.
I can spend hours and hours testing games on here 📺

#MSX #Aleste2 #openMSX

8 3 0 0
Snapshot of a macOS window titled openMSX 20.0 - C-BIOS MSX2+

The image has a black background, and the top 3/5ths of the screen are dominated by a square (done by characters that might resemble a bold bullet point, •) titled Score Record.

Inside, you can find the following centered text:

LEVEL 1
STONES 01-03 EAGLES
WINNER EAGLES

The Winner Eagles text is accompanied by a cheerleader.

Snapshot of a macOS window titled openMSX 20.0 - C-BIOS MSX2+ The image has a black background, and the top 3/5ths of the screen are dominated by a square (done by characters that might resemble a bold bullet point, •) titled Score Record. Inside, you can find the following centered text: LEVEL 1 STONES 01-03 EAGLES WINNER EAGLES The Winner Eagles text is accompanied by a cheerleader.

Bueno, lo conseguí: primera vez que consigo ganarle a la máquina en el justo de futbol de KONAMI… y tuvo que ser en un emulador, en este caso openMSX, que es ideal cuando uno tiene una ROM que ejecutar.

https://openmsx.org/

ps. @runjaj, mandaste mi […]

[Original post on mathstodon.xyz]

0 1 0 0
Arkanoid project (MSX2): dropping power-up pills
Arkanoid project (MSX2): dropping power-up pills YouTube video by Pedro de Medeiros

Latest update! #msx #msx2 #arkanoid #gamedev #homebrew #openmsx #msxgl #sdcc #8bit #msxdev

10 4 0 0
An OpenMSX debug window displays two combined sprites (in a 3-colour result using OR-colour combinations) for an animated "Slow" energy pill.

An OpenMSX debug window displays two combined sprites (in a 3-colour result using OR-colour combinations) for an animated "Slow" energy pill.

The animated "power pill" (with an "OR-colour" palette) is made of two sprites. #msx #8bit #msx2 #arkanoid #gamedev #retrogames #openMSX

15 4 0 0
Post image

MCP-OPENMSX Server v1.1.5 Released!
#MSX #MCP #OPENMSX

4 3 0 0
Post image

Esta semana estoy de vacaciones así que voy a empezar este lunes echando una partida a "Sword of Ianna" de @retroworks.es que es uno de los mejores juegos de MSX2 de la historia #MSX #MSX2 #openMSX #linux #openSUSE #tumbleweed #retrogaming

8 3 0 0
Arkanoid project (MSX2): hit the bricks!
Arkanoid project (MSX2): hit the bricks! YouTube video by Pedro de Medeiros

Brick collision and removal #msx2 #arkanoid #msxgl #gamedev #openmsx #msx #8bit youtu.be/1tPeYFQbxUM

9 3 1 0
Post image

MCP-OPENMSX Server v1.1.0 Released!
- Adds "emu_replay" tool: manage replays using "reverse" openMSX console command.
- Adds "wait" command to allow to perform a wait in seconds.
#MSX #MCP #openmsx #AI
It updates automatically next time you use it if was configured in this way:

2 1 1 0
Post image Post image Post image Post image

#MSX #MCP #openMSX #AI #prompt
another use case:

1 0 1 0
Post image

The installation is very simple, here is how to make it work in #vscode.
You don't need to clone the #GitHub repository.
#MSX #MCP #openmsx

2 0 0 0
Video

La RAM del #MSX llenándose de diversión según carga el Arkanoid en #openMSX desde #cassette.
The MSX RAM being filled with fun as it loads Arkanoid from a #tape in #openMSX.

5 1 0 0
Context menu visible in Tile Viewer widget.

Context menu visible in Tile Viewer widget.

PR#1899
Context menu that copies pattern and colour to clipboard
github.com/openMSX/open... #openMSX #debugger #tileset

1 1 0 0
New openMSX Breakpoint GUI interface options to save and load all breakpoints. Automatic saving and loading are there as well.

New openMSX Breakpoint GUI interface options to save and load all breakpoints. Automatic saving and loading are there as well.

Improving breakpoint management in openMSX. #openmsx #debug #msx #gamedev #emulation

9 0 0 0
Above image shows that the coloured buttons in the palette widget had no borders and the selected button was cropped. Below image show these two problems fixed.

Above image shows that the coloured buttons in the palette widget had no borders and the selected button was cropped. Below image show these two problems fixed.

Fixing ugly palette widget in OpenMSX. #openMSX #msx #debugging #widget #dearImgui

3 0 0 0
Basic breakpoint session management by pvmm · Pull Request #1887 · openMSX/openMSX Should we proceed with watchpoints and conditions?

Basic session management is almost ready. github.com/openMSX/open...

Commands: save_breakpoints, save_watchpoints, save_conditions, load_breakpoints, load_watchpoints and load_conditions all available on openMSX console. #openmsx #debug #msx #gamedev #programming #debugging

7 0 0 0
Tcl script that replaces sdcdb (SDCC debugger) by pvmm · Pull Request #1854 · openMSX/openMSX This script allows C developers to create C-aware breakpoints on OpenMSX console. You just need to compile your code with -debug to create a file with symbols and their respective addresses. For in...

I wrote a Tcl script that allows C developers to create C-aware breakpoints on OpenMSX console. You just need to compile your code with -debug to create a file with symbols and their respective addresses. It works just like gdb. github.com/openMSX/open... #msx #gamedev #msx2 #openmsx #debugger

8 3 0 0
Post image

github.com/uniskie/open...

OpenMSX私家版+OpenMSX for MAMI セットです

キーボード入力できないキー問題修正を入れました。
キーボードマッピングモードはPOSITIONALを使用してください。
他のモードはややこしいので対応予定ありません。

#MSX #OPENMSX

4 0 1 0
Preview
Tcl script that connects to sdcdb (SDCC debugger) by pvmm · Pull Request #1837 · openMSX/openMSX This script allows C developers to create C-aware breakpoints on OpenMSX console. For instance: sdcdb break main.c:100 bp#1: breakpoint at 0x00004816 creates a breakpoint at line 100 of main.c at ...

Yet another tool that performs SDCC/OpenMSX integration. github.com/openMSX/open... #openMSX #sdcc #retrodev #msx

5 4 0 0
openMSX 20.0 tutorial: 4. Menus : Settings
openMSX 20.0 tutorial: 4. Menus : Settings YouTube video by Bart Bonamie

Just finished a 4th #openMSX #tutorial video. #msx #emulation youtu.be/W6g0ebQWOoM

1 0 0 0

Welcome to the world! ;-) #openMSX #MSX

1 0 0 0
openMSX 20.0 tutorial: 1. Introduction
openMSX 20.0 tutorial: 1. Introduction YouTube video by The openMSX Channel

Care for an introduction to #openMSX? Pleasure to be of assistance... youtu.be/s_xnTUjPArs #msx #emulation #z80

6 8 0 0