MSX Wings, port of a famous 90's game/MSX 2+/SC11 (Demo/WIP/POC)

ページ 1/8
| 2 | 3 | 4 | 5 | 6

By albs_br

Champion (499)

albs_br さんの画像

16-01-2022, 04:34

Hi guys, I always thought the MSX 2+ can be pushed to limits to run some Arcade/CPS1/Neo Geo games, and that's the first experience I had:

https://youtu.be/2j_DSy4ezng

Still WIP, some collisions missing, sprites incomplete, no sound, but the core game play is there. It's running at 60fps, using at most 50% of the old Z80.

Source:
https://github.com/albs-br/msx-wings

What are your impressions?

Hope you guys enjoy.

ログイン/登録して投稿

By sdsnatcher73

Enlighted (4322)

sdsnatcher73 さんの画像

16-01-2022, 07:19

Well I am very much impressed! This looks amazing and very smooth!

By jepmsx

Champion (281)

jepmsx さんの画像

16-01-2022, 07:26

Awesome! The scroll and the move of the sprites are incredible.

By ARTRAG

Enlighted (6980)

ARTRAG さんの画像

16-01-2022, 08:59

Very good! Graphics are awesome!
You should definitely try to develop a complete game

By Sebbeug

Champion (405)

Sebbeug さんの画像

16-01-2022, 10:32

Very impressive ! Like it very much.

By M-A-D-M-A-X

Expert (128)

M-A-D-M-A-X さんの画像

16-01-2022, 10:36

Nice Cool

By Pencioner

Scribe (1613)

Pencioner さんの画像

16-01-2022, 11:02

This is not a v9990 >>> unbelieveable!!

By gdx

Enlighted (6449)

gdx さんの画像

16-01-2022, 11:10

Looks great!

By thegeps

Paragon (1260)

thegeps さんの画像

16-01-2022, 12:59

Oh, wow! Looks really great! Is it a plain bitmap shifted by vertical scrolling register or it is done by bitmap tiles?

By albs_br

Champion (499)

albs_br さんの画像

16-01-2022, 13:28

thegeps wrote:

Oh, wow! Looks really great! Is it a plain bitmap shifted by vertical scrolling register or it is done by bitmap tiles?

It's a big (304x1008) bitmap. Using only 256 left columns. The bmp was converted to .SCA file with BMP2MSX, and then I made a simple script that slices the big file into 16kb chunks. Then each 16kb makes a MegaROM page.

It's possible to make it run on MSX 2 (screen 5) but the background loses much of the quality.

By ARTRAG

Enlighted (6980)

ARTRAG さんの画像

16-01-2022, 13:24

Do you plan a 2+ only version?
If you are going to use only the vertical scrolling maybe a screen 8 version is doable too

ページ 1/8
| 2 | 3 | 4 | 5 | 6