Raphaël Assenat

Results 9 issues of Raphaël Assenat

When Machine->Region is set to Japan, emulate a Japanese paddle inconditonally instead of depending on the value of port 3F. According to this page, port 3F is not present on...

inputs

If --allowsplitting is passed on the command-line, when an asset larger than 16kB is encountered, instead of generating an error, assets2banks will split it in multiple 16kB chunks and place...

Long songs can easily grow past 16kB, and this happened to me yesterday (my song is 24kB), so I had to do something. My solution was to add support for...

In one of my projects where I still use ihx2sms, I needed more that 62 banks... So this patch allows up to 256 banks.

ROM_bank_to_be_mapped_on_slot2 already exists and can be written to directly to switch bank, and read to know which bank is active. When using banked code (in slot 1) there are cases...

When the paddle reading functions were reworked and replaced by assembly code, the return value changed from int to unsigned char. This exactly fits the range of values reported by...

enhancement

I was wondering what you would think of adding an examples/ directory to the root of the repo, where examples and demos using different devkitSMS features could be added? I...

suggestion

I see the target was changed to iOS 16 a few months ago... I was wondering if keeping support for iOS15 (actually 15.7 or later) would somehow be possible? I...

At the moment one byte per SFX is used to store the "in use" flag, but those can also be stored as bits in a shared location. I reused the...