Skip to content

Conversation

@dlabi
Copy link
Contributor

@dlabi dlabi commented Nov 7, 2025

- fd5 floppy emulation works but only with rom hack
- updated Sord m5 www links
- added fd5 utility disk to software list - not original dump, made from program listings
- added support of optional sram in Basic-F and Basic-G cartridges. Works only if shortname(softlist) is used
- marked 32/64KB RAM expansions EM-5, 64KBI, 64KBF, 64KRX as supported in sofwarelist
- reenabled and refactored memory banking
- added support of E and F block types for cassettes

- brno mod: switched to rom including basic-i
- brno mod: reenabled and refactored memory banking 

dlabi and others added 5 commits November 3, 2025 19:55
 - updated Sord m5 www links
 - added fd5 utility disk to software list - not original dump, made from program listings
 - added support of optional sram in Basic-F and Basic-G cartridges. Works only if shortname(softlist) is used

 - brno mod: used rom including basic-i
 - brno mod: reenabled and fixed memory banking
@MooglyGuy
Copy link
Contributor

MooglyGuy commented Nov 8, 2025

../../../../../src/mame/sord/m5.cpp:1092:23: error: 'void {anonymous}::m5_state::fdc_irq_timer_cb(osd::s32)' defined but not used [-Werror=unused-function]
 1092 | TIMER_CALLBACK_MEMBER(m5_state::fdc_irq_timer_cb)
      |                       ^~~~~~~~
../../../../../src/emu/schedule.h:25:46: note: in definition of macro 'TIMER_CALLBACK_MEMBER'
   25 | #define TIMER_CALLBACK_MEMBER(name)     void name(s32 param)
      |                                              ^~~~

You should probably fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants